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

# 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**
