Skip to content

Instantly share code, notes, and snippets.

@katharinepadilha
Last active August 8, 2019 18:32
Show Gist options
  • Save katharinepadilha/00f6baec2b19370139248eb0fe704a84 to your computer and use it in GitHub Desktop.
Save katharinepadilha/00f6baec2b19370139248eb0fe704a84 to your computer and use it in GitHub Desktop.
app/build.gradle setup for firebase
//...
dependencies {
//...
implementation "com.google.android.gms:play-services-base:17.0.0"
implementation "com.google.firebase:firebase-core:17.0.1"
implementation "com.google.firebase:firebase-messaging:19.0.0"
implementation 'me.leolin:ShortcutBadger:1.1.21@aar' <-- Add this line if you wish to use badge on Android
//...
}
//...
apply plugin: 'com.google.gms.google-services'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment