Firebase (FCM)
FCM Configuration for React Native (Numberlee)
This guide provides a step-by-step walkthrough for setting up Firebase Cloud Messaging (FCM) in your React Native mobile app, Numberlee, on both Android and iOS platforms.
Set Up a Firebase Project
To enable Firebase Cloud Messaging (FCM) in Numberlee, start by creating or configuring your Firebase project:
🔹 Steps:
Go to the Firebase Console.
Click "Add project" or select an existing project you'd like to use.
Register your app (both Android and iOS) within the Firebase project.

From your project settings go to service accounts select Firebase Admin SDK and generate new private key for your project.

from the step below click on Generate Key. Now it will download a json file.

Now go to the project code folder. Rename the downloaded file name to numberlee_firebase.json and select the firebase folder and place the file in firebase folder.


Last updated