Android Firebase Integration
Last updated
Last updated
The Zello Android SDK uses Firebase to support push notifications. These are used both for user notifications as well as in the background to wake the application process to ensure continuous delivery of messages even while your application is not displayed on the screen. Basic functionality of the Zello SDK will work without a Firebase connection, so it is not required that you connect to a Firebase instance; however, if you do wish to connect to Firebase, you should follow the steps below
In your top-level Gradle file:
In your app/module-level Gradle file:
In the select “Add app” and enter your project’s package name. This will generate a google-services.json
file which you will include with your project. For more detailed instructions, see the
Once you have obtained the google-services.json
file, add it to the Android application module directory in your project. In other words the path will be something like: yourprojectsdirectory/yourprojectname/app/google-services.json