# 3.1 Android Notification Setup

Follow the steps below:

* From your firebase console, open the project you have just created.&#x20;
* Go to the Project Overview and click on the **plus icon** and then click on the **Android Icon**.

<figure><img src="https://lh5.googleusercontent.com/wA6DOYAr2HxlFpffjqzEBVqWqAs4DVnBsXYCIA2BJEyxTJvixZ5wyxt6MOgJvtva2u_O1eT4nYdVblrAwX7zugWX3xh4KFA5JpqhO2W0eaVh1MONjqP6uiFuAJuhFLHWwR2dkGeCvR_gODxo0LAXntVSbYTdGz_b5zJjVrR3uJYQU1WbGTLM3BcajqGs" alt=""><figcaption></figcaption></figure>

* Enter your android package name.

{% hint style="info" %}
Your package name should be like com.your\_name.your\_app\_name . Example: **com.microsoft.skype**. You can use the same package name for android & iOS. iOS doesn’t support under space in the package name. So, keep in mind that if you want to use the same package name for both android & iOS.
{% endhint %}

<figure><img src="https://lh5.googleusercontent.com/PZ1JJDDPG4pof2yBnXOK9V5pRKY5tH18s7QTd3ZZ8aDmFPAwjRhKWt7KejVewaSIK7JaHiy_Z6w8yZ8SGEufQw3RkmQ4tDSfCIRuNc4HQG_ac1s0jF_tfiQrca-EKFY9gvgywfVs_DgcYBRrDbiH83_4He4RLDy07VFpcozVyr0RIoiJpAXcrNMu1cTc" alt=""><figcaption></figcaption></figure>

* Click on the register app and skip other steps by clicking next.&#x20;
* Now go to **Project Settings** and click on the android icon and download **​google-service.json** file.

<figure><img src="https://lh5.googleusercontent.com/kYi266_IM16oZH5Apd4bzI2qDkyLeckBxJC5MosyvoZKFJkZOC4FdklKC3h4Xx2RAcgfGZqOCBbKc3M4aIbH7B1ebJB2HDDk4HkoeEXEpJ88w6c7CISu444Dol9WqLN8Fb8B60l1PGXflmoKgrk0G4J5peTE6beWavxVpEKDsvTPRVxNfrchmUZKEB6P" alt=""><figcaption></figcaption></figure>

* Now go to ​the **wordpress\_app/android/app**​ directory and paste the **google-service.json**​ file here.

<div align="left"><figure><img src="https://lh4.googleusercontent.com/6XmlMWnO1l1_jEBzRnGgDRQB-mLxXXilzsfscFgBXO0EhRZYxBe91vJWmUw_tO4CJ20GntFFVjHKe6dq5o5kfUO4-OFv-CGkTMSpiTz_gKeexPAKeiWlhRLoUUdRRpAcZ6hKJ2n_oS7NGkRphcFzbDRQwFzrgBjEsdToV-ghRhMKSYO-YHpGqIKF-mA4" alt=""><figcaption></figcaption></figure></div>


---

# 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://doc.newsfreak.mrb-lab.com/app-setup/3.-push-notification-setup/3.1-android-notification-setup.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.
