đĨFirebase Notifications (Advanced)
Firebase Cloud Messaging service provides the Push Notifications support inside of your application. More details here: https://firebase.google.com/products/cloud-messaging
Last updated
Firebase Cloud Messaging service provides the Push Notifications support inside of your application. More details here: https://firebase.google.com/products/cloud-messaging
Last updated
Create a new Firebase Project
Click New Project, enter the project name
You can use the same one for Push notifications or for Firebase Deep Links.
In your project, click the Gear icon next to "Project Overview" in the top left of the left-hand menu and select Project settings. Select the Cloud Messaging tab.
If Firebase Cloud Messaging API (V1) is disabled, then click the kebab menu icon on the top right corner and open the link.
On the subsequent page, click Enable. You may need to wait a few minutes for the action to propagate to Firebase systems.
You can skip this step if you have already set up the Notifications feature.
Go to the Apple Developer Identifiers -> Find your app's Bundle ID. Click on it
Scroll down and enable "Push Notifications". Click Save.
Please follow this guide: Add Andeoid & iOS apps
Download the GoogleService-Info.plist and the google-services.json files on this step.
You can skip this step if you have already set up the Firebase Deep Links
Please use the following guide to generate the authentication key is you do not already have one.
Inside your project in the Firebase console, select the gear icon, select Project Settings, and then select the Cloud Messaging tab.
In APNs authentication key under iOS app configuration, click the Upload button.
Browse to the location where you saved your key, select it, and click Open. Add the key ID for the key and click Upload.
Turn the switcher on
Upload the iOS Config file (GoogleService-Info.plist)
Upload the Android Config file (google-services.json)
Click the 'Save' button to save your changes
If you have already enabled the Firebase Deep Links feature for your app, you may see the iOS Config file and the Android Config file uploaded. That's because these files are the same for the Firebase Notifications feature.