Skip to content

Commit e03dcd1

Browse files
committed
feat(sdks): firebase-ios-sdk 9.3.0 / firebase-android-sdk 30.3.0
1 parent cd7837f commit e03dcd1

File tree

4 files changed

+156
-157
lines changed

4 files changed

+156
-157
lines changed

docs/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ First, add the `google-services` plugin as a dependency inside of your `/android
6262
buildscript {
6363
dependencies {
6464
// ... other dependencies
65-
classpath 'com.google.gms:google-services:4.3.12'
65+
classpath 'com.google.gms:google-services:4.3.13'
6666
// Add me --- /\
6767
}
6868
}
@@ -206,13 +206,12 @@ project.ext {
206206
minSdk : 19,
207207
targetSdk : 31,
208208
compileSdk: 31,
209-
buildTools: "31.0.0"
210209
],
211210
212211
// Overriding Library SDK Versions
213212
firebase: [
214213
// Override Firebase SDK Version
215-
bom : "30.2.0"
214+
bom : "30.3.0"
216215
],
217216
],
218217
])
@@ -227,7 +226,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
227226

228227
```ruby
229228
# Override Firebase SDK Version
230-
$FirebaseSDKVersion = '9.2.0'
229+
$FirebaseSDKVersion = '9.3.0'
231230
```
232231

233232
Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.

packages/app/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,16 @@
6565
},
6666
"sdkVersions": {
6767
"ios": {
68-
"firebase": "9.2.0"
68+
"firebase": "9.3.0"
6969
},
7070
"android": {
7171
"minSdk": 19,
7272
"targetSdk": 31,
7373
"compileSdk": 31,
74-
"buildTools": "30.0.3",
75-
"firebase": "30.2.0",
74+
"firebase": "30.3.0",
7675
"firebaseCrashlyticsGradle": "2.9.1",
7776
"firebasePerfGradle": "1.4.1",
78-
"gmsGoogleServicesGradle": "4.3.12",
77+
"gmsGoogleServicesGradle": "4.3.13",
7978
"playServicesAuth": "20.2.0"
8079
}
8180
}

packages/app/plugin/__tests__/__snapshots__/androidPlugin.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ buildscript {
138138
jcenter()
139139
}
140140
dependencies {
141-
classpath 'com.google.gms:google-services:4.3.12'
141+
classpath 'com.google.gms:google-services:4.3.13'
142142
classpath(\\"com.android.tools.build:gradle:4.1.0\\")
143143
144144
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)