Skip to content

Commit 0141062

Browse files
authored
fix: update label for FCM ApiKey to Server Key to match firebase console (#5165)
1 parent d9a7dd3 commit 0141062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fragments/sdk/push-notifications/android/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can also create Amazon Pinpoint campaigns that tie user behavior to push or
2222
> FCM
2323
```
2424

25-
- Provide your ApiKey. The FCM console refers to this value as `ServerKey`. For information on getting an FCM ApiKey, see the section [Setting Up FCM/GCM Guide](/sdk/push-notifications/setup-push-service). Use the steps in the next section to connect your app to your backend.
25+
- Provide your `Server Key`. For information on getting an FCM `Server Key`, see the section [Setting Up FCM/GCM Guide](/sdk/push-notifications/setup-push-service). Use the steps in the next section to connect your app to your backend.
2626

2727
## Connect to Your Backend
2828

src/fragments/sdk/push-notifications/android/setup-fcm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can enable your Android app to receive push notifications that you send thro
88

99
1. In the Firebase console, choose *Download google-services.json*. Copy the downloaded `google-services.json` file to the `app` directory of your Android project.
1010

11-
To access the `ServerKey` (referred to as the ApiKey in the CLI setup):
11+
To access the `Server Key`:
1212
1. Open the [Firebase console](https://console.firebase.google.com/).
1313

1414
1. Choose your project.

0 commit comments

Comments
 (0)