# Firebase Push notification Configurations

* Before going to configure firebase push notification on ios and android platform you need to configure your project on firebase console.
* You have to create project and ios and android application on firebase console.
* Add bundle identifier of ios and application packages id of Android project.

[**Firebase Console**](https://console.firebase.google.com/u/4/)

* Please follow all the steps which are mentioned on firebase console for both iOS and Android application.
* Download **google-service.json** file for Android&#x20;
* Download **Google-service-info.plist** file for iOS

### 1) For Android

![Drag and Drop Firebase Google-Service.json file](/files/-M5AjNIOZCuNZrkd_UFo)

* Once every things is done you need to drag and drop the file to App level folder on Android.

### 2) For iOS

* For iOS platform follow all the steps which are mentioned on firebase console.
* For this you must have enrolled apple developer account.
* Register your application with updated bundle id.
* Configure push notification and download development and distribution certificates.
* Add those certificates to your system keychain with double click on that certificates.
* Generate **.p12** certificates and add both the certificates on firebase console.
* Download **GoogleService-Info.plist** file.
* Drag and Drop that file on **ios -> runner** folder.

![Drag and Drop GoogleService-Info.plist file](/files/-M5AmzN6PeiXFvUcVvyG)

![Register new identifier](/files/-M5AoNS-Kt1rsqHpqMxk)

![Configure Push Notification on Developer Account](/files/-M5AoNSbMKmrFhwkko1O)

![Add .p12 certificates to Firebase Console](/files/-M5AoNRzsvm0D527gQC7)

**We have mentioned all push notification related links on important links section**


---

# 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://songalaxy1344.gitbook.io/foodzone/firebase-push-notification-configurations.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.
