We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d474d95 commit cc80d7cCopy full SHA for cc80d7c
3 files changed
docs/index.md
@@ -232,7 +232,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
232
233
```ruby
234
# Override Firebase SDK Version
235
-$FirebaseSDKVersion = '10.4.0'
+$FirebaseSDKVersion = '10.5.0'
236
```
237
238
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.4.0",
+ "firebase": "10.5.0",
69
"iosTarget": "11.0",
70
"macosTarget": "10.13"
71
0 commit comments