> For the complete documentation index, see [llms.txt](https://developer.prophius.com/developer-console/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.prophius.com/developer-console/merchant-embed-sdk/production-preparation/firebase-push-notification-configuration.md).

# Firebase Push Notification Configuration

* Go to [Google Cloud Console](https://console.cloud.google.com/).
* Select the project which is already created in Firebase before
* Open Dashboard
* Search for “Firebase Messaging” on the search box
* Select the “Firebase Cloud Messaging API” result
* Check the service is enabled. It is enabled by default. If it is not enabled, enable it.

![](/files/3gklrRj6cP74vtHLYxDu)

![](/files/t2IvpZ190puTfRokt80g)

* Open the Role section under IAM on the left menu
* Select “Create Role” on the top bar

![](/files/BPpUk2x2UgISBpzDoTmD)

![](/files/MayLN9ae4uFVQfTWGppM)

* Complete the required fields and select “Add Permissions”
* Use the “messing” in filter box and select “cloudmessaging.messages.create”
* Then select the checkbox and press the add button.

![](/files/ToXwhZP8fFe7k9LnVaU1)

![](/files/2Gn4FeSss4zzzvR0clSB)

![](/files/dQEuSTmCLt4BfnckD6W6)

* Go to IAM section
* Select Grant Access
* Add the service account email which is created for play integrity as a new principals
* Select the created your for push notification
* Then press the save button

<figure><img src="/files/RJHDhZIlSVI0a4i6xTL3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/reWKT2HJNZ8CvjZ37D1K" alt=""><figcaption></figcaption></figure>

![](/files/2czLiBFByvNm8jjnUrsb)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.prophius.com/developer-console/merchant-embed-sdk/production-preparation/firebase-push-notification-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
