Skip to content

Commit 7fdf214

Browse files
committed
docs(app, ios): update docs to reflect 11.5.0 firebase-ios-sdk version
missed this during the SDK update
1 parent c8b7909 commit 7fdf214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
305305

306306
```ruby
307307
# Override Firebase SDK Version
308-
$FirebaseSDKVersion = '11.4.0'
308+
$FirebaseSDKVersion = '11.5.0'
309309
```
310310

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

0 commit comments

Comments
 (0)