> For the complete documentation index, see [llms.txt](https://ashe405.gitbook.io/opencartionic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ashe405.gitbook.io/opencartionic/firebase.md).

# push notification

you need to get **Firebase Server Key and Firebase Sender ID.** You will get it with Following steps

In another browser tab Open [Firebase Console https://console.firebase.google.com](https://firebase.google.com/) and sign in with your Google account.

Press "CREATE NEW PROJECT" or select an existing one below.

![](/files/-LtUgSclEUSVHleRRh0P)

Enter a project name and press "CREATE PROJECT".

![](/files/-LtUgYG4PNEael7ibOEL)

Go to project OverView

![](/files/-LtUgnr6qwuUySwHpj4t)

Click Settings -> Project Settings -> Cloud Messaging

![](/files/-LtUgu-PAGTILOHuzVoO)

![](/files/-LtUYT2HYQQZFkHZfjAo)

Copy server key And sender Id

And Add it in app and click **SAVE**

&#x20;See the link below to view the Firebase video on YouTube&#x20;

{% embed url="<https://www.youtube.com/watch?v=3tHJ373eIdM&t=5s>" %}

and firebase for ios

{% embed url="<https://www.youtube.com/watch?v=eAVvsPSCXGg>" %}


---

# 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://ashe405.gitbook.io/opencartionic/firebase.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.
