...
Here’s a step-by-step guide to creating a Firebase account, setting up a project and configuring the Firebase integration in CRM.COM.
Info |
---|
If you plan to develop your own app instead of using the CRM.COM Release app, you can still use this guide to create your Firebase account but skip the items item marked with a ⭐. |
Step 1 - Create a Firebase Account
...
Select your platform
Choose iOS, Android, or Web based on the app you want to integrate with Firebase.
Register your app
Follow the setup steps specific to your chosen platform, including registering your app and downloading the necessary configuration files (e.g.,
google-services.json
for Android orGoogleService-Info.plist
for iOS). These files store essential metadata, such as API keys, project identifiers, and settings, allowing Firebase SDKs to connect your app to the right Firebase project.
Send the configuration files to CRM.COM ⭐
Send the Android and iOS configuration files you downloaded to CRM.COM at support@crm.com. We must will build these files into the apps app that we will send you for reviewto be reviewed.
Step 4 - Create a Firebase Service Account
Access Firebase console
Go to the Firebase Console.
Select your project
Navigate to Service Accounts
In the Project Settings, click the gear icon ⚙️ in the left-hand menu and select Project Settings.
Go to the Service Accounts tab.
Generate and save the Service Account key
In the Firebase Admin SDK section, click Generate new private key.
A confirmation dialogue will appear. Click Generate Key to confirm.
A JSON file containing your service account credentials will be downloaded automatically. Save You should save this file securely, as it provides access to your Firebase project.
You must upload Upload this file in the next step when configuring the Firebase integration in CRM.COM to authenticate Firebase Admin SDK.⭐
Step 5 - Complete the Firebase Configuration in CRM.COM
...