Created
August 18, 2019 21:30
-
-
Save helenaford/d2c97696a33af180f93bf232dde6c54b to your computer and use it in GitHub Desktop.
React Native + Firebase: app/build.gradle
This file contains 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
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