# Prerequisites for Push Notifications

MBurger Engagement platform uses **FCM** (Firebase Cloud Messaging) so send push notifications. If you wish to add this feature to your app you should before follow these steps regarding FCM configuration:&#x20;

* Create a Firebase project by visiting [this page](https://console.firebase.google.com/) and clicking on "Add Project"
* Inside the project create your Android app by clicking "Add App" and follow the instructions, resulting in downloading a .json configuration file to move in your app folder.
* Go to the project settings clicking on the gear on the left-top part of the page:

![](https://294538786-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDokb_dmjYIb40KgQTm%2F-MTub_IWzSVb0bVjX-Jb%2F-MTui_5AcvaDd_rCuMEt%2FImmagine.png?alt=media\&token=de10cd84-78a2-46ae-828e-0d6d1a36329b)

* On the Settings page click on "Cloud Messaging" and copy the "Server Key" you see right below the tab

![](https://294538786-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDokb_dmjYIb40KgQTm%2F-MTub_IWzSVb0bVjX-Jb%2F-MTujak0iHb9MBugPySt%2FImmagine2.png?alt=media\&token=f51093d4-2942-4b31-82a8-3c74117627c1)

* Paste the token on MBurger Engagement Platform Settings FCM box and click "Update"

![](https://294538786-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDokb_dmjYIb40KgQTm%2F-MTub_IWzSVb0bVjX-Jb%2F-MTukWYDlXl72BlujAWW%2FImmagine3.png?alt=media\&token=7d3d1932-20c0-4f45-978b-e260d0927a13)

* Done!


---

# Agent Instructions: 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://docs.ep.mburger.cloud/android-docs/messages/prerequisites-for-push-notifications.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.
