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 d16d7b5 commit 6624b1cCopy full SHA for 6624b1c
docs/index.md
@@ -305,7 +305,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
305
306
```ruby
307
# Override Firebase SDK Version
308
-$FirebaseSDKVersion = '10.23.1'
+$FirebaseSDKVersion = '10.24.0'
309
```
310
311
Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.
packages/app/package.json
@@ -73,7 +73,7 @@
73
},
74
"sdkVersions": {
75
"ios": {
76
- "firebase": "10.23.1",
+ "firebase": "10.24.0",
77
"iosTarget": "11.0",
78
"macosTarget": "10.13"
79
0 commit comments