mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
Corrected the apply location of plugin: 'com.google.gms.google-services' in docs (#3876)
This commit is contained in:
@@ -67,10 +67,11 @@ buildscript {
|
||||
}
|
||||
```
|
||||
|
||||
Lastly, execute the plugin by adding the following to the **very bottom** of your `/android/app/build.gradle` file:
|
||||
Lastly, execute the plugin by adding the following to your `/android/app/build.gradle` file:
|
||||
|
||||
```groovy
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'com.google.gms.google-services' // <- Add this line
|
||||
```
|
||||
|
||||
### 3. iOS Setup
|
||||
|
||||
Reference in New Issue
Block a user