Skip to content

Commit 6d6ce36

Browse files
authored
Fox push notifications FAQ (#109)
1 parent 17dca4a commit 6d6ce36

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
309 KB
Loading
327 KB
Loading

docs/ff-concepts/alerts-notification/push-notifications.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,15 @@ If you encounter an error with push notifications, specifically a cloud function
281281

282282
To fix this issue, manually grant the Editor role to the default service account used by your project. You can do this by visiting the GCP IAM page and assigning the Editor role to the following service account:
283283

284-
* For App Engine (Gen 1): `{project-id}@appspot.gserviceaccount.com`
285-
* For Compute Engine (Gen 2): `{project-number}[email protected]`
284+
- For App Engine (Gen 1): `{firebase-project-id}@appspot.gserviceaccount.com`
285+
- For Compute Engine (Gen 2): `{project-number}[email protected]`
286+
287+
![pn-faq-img-1](imgs/pn-faq-img-1.png)
288+
289+
Also, ensure that these principals (emails) and their roles are present in the permissions tabs in *App Engine Default service account*, *Default compute service account*, and *firebase-adminsdk*. You can do this by visiting the GCP Service Accounts page, clicking on each service account email, and granting access to these principals in the permissions tab.
290+
291+
Below is a sample image for App Engine Default service account.
292+
![pn-faq-img-2](imgs/pn-faq-img-2.png)
286293
</details>
287294

288295

0 commit comments

Comments
 (0)