Firebase (Push Notifications) Setup
1. Open Firebase Console
Go to console.firebase.google.com and select your project. If you don't have one, create a new project.
2. Go to Project Settings
Click the gear icon next to "Project Overview" in the sidebar and select Project settings.
3. Open Service Accounts
Click the "Service accounts" tab at the top of Project settings.
4. Generate a new private key
Click "Generate new private key" under the Firebase Admin SDK section. Confirm by clicking "Generate key". A JSON file will be downloaded.
5. Add the credential in Apporb
Go to Settings → Firebase Projects. Click "+ Add Project", optionally give it a display name, and upload the downloaded JSON key file.
Found an inaccuracy? Report it on GitHub