Firebase SDK
Complete setup
To add Firebase to your Android project you need to follow complete setup on this link.
Step By Step
- Go to https://console.firebase.google.com/u/0/
- Click create project, enter project name, enable/disable analytics (optional) and click create project.
- When your project is ready click continue button.
When project opens choose android option.
Enter package name and click register app.
Download google service json file and place it in app directory.
- Follow instructions and add firebase sdk in your project.
Open project settings.
Generate private key.
Settings -> Service Account
Click Generate New Private Key, then confirm by clicking Generate Key
Securely store the JSON file
- Add JSON file to Ocamba platform.
Choose project and enable API (if enabled skip this step).