Skip to content

Commit e2b319b

Browse files
docs: improve notifications docs
1 parent e6659dd commit e2b319b

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

docs/docs/tutorials/NOTIFICATIONS_SETUP.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,14 @@ Expo notifications are already preconfigured in this template. However, you stil
2626

2727
### Android
2828

29-
1. Configure firebase to get `google-services.json` file - [follow this guide](https://docs.expo.dev/push-notifications/using-fcm/).
29+
1. Configure firebase to get `google-services.json` file - [follow this guide](https://docs.expo.dev/push-notifications/fcm-credentials/).
3030
2. Make sure that you have changed your `owner` name in `app.json`.
3131
3. Download `google-services.json` file
3232
4. Encode this file to base64
3333
5. Place base64 string in environment variable in this value: `ANDROID_FIREBASE_CONFIG`
3434
6. Provide your `experienceId` in `extra` section in `app.json` typically it follows this scheme - `@owner/slug` ex.:
35-
36-
```json
37-
{
38-
"expo": {
39-
...,
40-
"owner": "your_owner_name",
41-
"slug": "your_app_slug",
42-
...,
43-
"extra": {
44-
"experienceId": "your_owner_name/your_app_slug"
45-
}
46-
}
47-
}
48-
```
49-
50-
<b>Make sure that you have provided your own secrets for those fields.</b>
51-
35+
- `yarn baca bootstrap --simple`
36+
- you should have this values already filled up - look at [create new app docs](/docs/bootstrap/create-new-app)
5237
7. Get credentials
5338

5439
For Android, you need to configure Firebase Cloud Messaging (FCM) V1 to get credentials and set up your Expo project.

0 commit comments

Comments
 (0)