Skip to content

Commit

Permalink
[docs] Update wording of Firebase configuration in Using FCM docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Aug 25, 2020
1 parent 49e2e4e commit bc21f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/push-notifications/using-fcm.md
Expand Up @@ -33,7 +33,7 @@ Finally, make a new build of your app by running `expo build:android`.

If you do the above setup before ejecting to bare, your FCM notifications will continue to work properly without any extra steps after ejecting. However, if your project is already ejected to bare and you want to set up FCM retroactively, you'll need to:

- [Setup `react-native-firebase`](https://docs.expo.io/guides/setup-native-firebase/#android-1)
- [Set up Firebase in your Android project](https://docs.expo.io/guides/setup-native-firebase/#android-1)
- Copy the same `google-services.json` file into the `android/app` directory. If that file already exists, you should overwrite it.

## Uploading Server Credentials
Expand Down

0 comments on commit bc21f27

Please sign in to comment.