Skip to content

Instantly share code, notes, and snippets.

@katharinepadilha
Last active August 8, 2019 18:32
Show Gist options
  • Save katharinepadilha/1e331de149537bb8068fbdf430e4cd53 to your computer and use it in GitHub Desktop.
Save katharinepadilha/1e331de149537bb8068fbdf430e4cd53 to your computer and use it in GitHub Desktop.
build.gradle for firebase setup
buildscript {
//...
dependencies {
//...
classpath 'com.google.gms:google-services:4.2.0'
//...
}
}
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment