We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfb413 commit 7103473Copy full SHA for 7103473
docs/index.md
@@ -233,7 +233,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
233
234
```ruby
235
# Override Firebase SDK Version
236
-$FirebaseSDKVersion = '10.6.0'
+$FirebaseSDKVersion = '10.7.0'
237
```
238
239
Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.
packages/app/package.json
@@ -65,7 +65,7 @@
65
},
66
"sdkVersions": {
67
"ios": {
68
- "firebase": "10.6.0",
+ "firebase": "10.7.0",
69
"iosTarget": "11.0",
70
"macosTarget": "10.13"
71
0 commit comments