Skip to content

Instantly share code, notes, and snippets.

@helenaford
Created August 18, 2019 21:30
Show Gist options
  • Save helenaford/d2c97696a33af180f93bf232dde6c54b to your computer and use it in GitHub Desktop.
Save helenaford/d2c97696a33af180f93bf232dde6c54b to your computer and use it in GitHub Desktop.
React Native + Firebase: app/build.gradle
dependencies {
// custom dependencies
// Firebase
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"
}
// add to bottom
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