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 9f5467a commit 1fde0cfCopy full SHA for 1fde0cf
docs/index.md
@@ -335,7 +335,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
335
336
```ruby
337
# Override Firebase SDK Version
338
-$FirebaseSDKVersion = '12.1.0'
+$FirebaseSDKVersion = '12.2.0'
339
```
340
341
Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`.
packages/app/package.json
@@ -74,7 +74,7 @@
74
},
75
"sdkVersions": {
76
"ios": {
77
- "firebase": "12.1.0",
+ "firebase": "12.2.0",
78
"iosTarget": "15.0",
79
"macosTarget": "10.15",
80
"tvosTarget": "15.0"
0 commit comments