🥞
FoodZone
  • Multivendor/Stores App Setup in Flutter
  • Inside Packages
  • Application Installation
  • Admin Panel Installations
  • Restaurant owner Application
  • Driver Application
  • Google Map API and Google Place Picker API Setup
  • Firebase Push notification Configurations
  • Payment GateWay Integrations
  • Add proguard-rules.pro file for live Payment Key
  • Change Theme Color and Logo
  • Change Application Font
  • Change Application Name
  • Change Application Icon
  • Required things of admin panel and application
  • Billing & Invoice Functionality
  • How to Resolve Android Stripe Error?
  • Localization/Language Modification
  • How to add or delete the google Admob
  • Important links
  • Acknowledgment
Powered by GitBook
On this page
  • 1) For Android
  • 2) For iOS

Was this helpful?

Firebase Push notification Configurations

In this section, we will guide you on how to configure push notification on your existing application.

PreviousGoogle Map API and Google Place Picker API SetupNextPayment GateWay Integrations

Last updated 5 years ago

Was this helpful?

  • 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.

  • Please follow all the steps which are mentioned on firebase console for both iOS and Android application.

  • Download google-service.json file for Android

  • Download Google-service-info.plist file for iOS

1) For Android

  • 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.

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

Firebase Console
Drag and Drop Firebase Google-Service.json file
Drag and Drop GoogleService-Info.plist file
Register new identifier
Configure Push Notification on Developer Account
Add .p12 certificates to Firebase Console