Add Firebase To Your Android Project - Evernote
Add Firebase To Your Android Project - Evernote
com/docs/android/setup
Make sure to enter the package name that your app is actually using. The package name value is case-
sensitive, and it cannot be changed for this Firebase Android app after it's registered with your
Firebase project.
4. (Optional) Enter other app information: App nickname and Debug signing certificate SHA-1.
How are the App nickname and the Debug signing certificate SHA-1 used within Firebase?
5. Click Register app.
Available libraries
This section lists the Firebase products supported for Android and their Gradle dependencies. Learn more
about these Firebase Android libraries:
Reference documentation (Java | Kotlin+KTX)
Firebase Android SDK GitHub repo
Note that when using the Firebase Android BoM, you don't specify individual library versions when you
declare Firebase library dependencies in build.gradle.
The Firebase Android library firebase-core is no longer needed. This SDK included the Firebase SDK for
Google Analytics.
Now, to use Analytics or a product that recommends adding Analytics (see table below), you need to
explicitly declare the Analytics dependency: com.google.firebase:firebase-analytics or
com.google.firebase:firebase-analytics-ktx.
Deprecated libraries
Next steps
Add Firebase services to your app:
Gain insights on user behavior with Analytics.
Set up a user authentication flow with Authentication.
Store data, like user information, with Cloud Firestore or Realtime Database.
Store files, like photos and videos, with Cloud Storage.
Trigger backend code that runs in a secure environment with Cloud Functions.
Send notifications with Cloud Messaging.
Find out when and why your app is crashing with Crashlytics.
Learn about Firebase:
Visit Understand Firebase Projects to learn more about Firebase projects and best practices for
projects.
Visit Learn more about Android and Firebase if you have questions about concepts that are unfamiliar
or specific to Firebase and Android development.
Explore sample Firebase apps
Explore sample Firebase apps.
Get hands-on experience with the Firebase Android Codelab.
Learn more with the Firebase in a Weekend course.
Prepare to launch your app:
Set up budget alerts for your project in the Google Cloud Console.Monitor the Usage and billing
dashboard in the Firebase console to get an overall picture of your project's usage across multiple
Firebase services. Review the Firebase launch checklist.
Having trouble with Firebase and your Android project? Visit the Android troubleshooting & FAQ.
Rate and review