Step by step
Go to https://console.firebase.google.com/u/0/
Click add new project
Enter project name, accept licenses and click create project
When project opens choose android option
Enter package name and click register app
Download google service json file and place it in app directory
Add to project level build.gradle
buildscript { dependencies { // Add this line classpath 'com.google.gms:google-services:4.2.0' } }
Add to app level buildgradle
// Add to the bottom of the file apply plugin: 'com.google.gms.google-services'
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)