Firebase is a back-end-as-a-service backed and maintained by Google. Firebase provides a lot of services, tools, SDKs to use with all kind of apps.
Our apps use Firebase for:
1. Google Analytics 4 (also, knows as Firebase Analytics)
2. Enabling Push Notification services for iOS and Android apps.
Register for a Firebase Account
Step 1: Create a Firebase account at https://firebase.google.com/.
Step 2: Create a Firebase Project
After creating an account on Firebase, click on "Add project" to add a new project in your Firebase account.
All your apps will live inside this project so, we recommend naming the Project same as your App Name.
In the next step, link a Google Analytics account to your new Firebase Project.
Congratulations! You have successfully created your GA and Firebase accounts. You can now start registering your apps on your Firebase Project.
Register your iOS app to Firebase