Created
June 16, 2016 08:36
-
-
Save sab99r/c9f7d622d578df9566725756c8e2fb60 to your computer and use it in GitHub Desktop.
Firebase Available Gradle Libraries (Add required one in app level build.gradle)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Analytics | |
| com.google.firebase:firebase-core:9.0.2 | |
| //Realtime Database | |
| com.google.firebase:firebase-database:9.0.2 | |
| //Storage | |
| com.google.firebase:firebase-storage:9.0.2 | |
| //Crash Reporting | |
| com.google.firebase:firebase-crash:9.0.2 | |
| //Authentication | |
| com.google.firebase:firebase-auth:9.0.2 | |
| //Cloud Messaging / Notifications | |
| com.google.firebase:firebase-messaging:9.0.2 | |
| //Remote Config | |
| com.google.firebase:firebase-config:9.0.2 | |
| //Invites / Dynamic Links | |
| com.google.firebase:firebase-invites:9.0.2 | |
| //AdMob | |
| com.google.firebase:firebase-ads:9.0.2 | |
| //App Indexing | |
| com.google.android.gms:play-services-appindexing:9.0.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment