Skip to content

Instantly share code, notes, and snippets.

@sab99r
Created June 16, 2016 08:36
Show Gist options
  • Select an option

  • Save sab99r/c9f7d622d578df9566725756c8e2fb60 to your computer and use it in GitHub Desktop.

Select an option

Save sab99r/c9f7d622d578df9566725756c8e2fb60 to your computer and use it in GitHub Desktop.
Firebase Available Gradle Libraries (Add required one in app level build.gradle)
//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