From ff8afd90971bb0f77918f2bd2a871816d0a1cb93 Mon Sep 17 00:00:00 2001 From: VictorioMolina Date: Tue, 5 Mar 2024 09:59:23 +0100 Subject: [PATCH] fix(storage): bump iOS SDK to v10.22.0 --- docs/index.md | 2 +- packages/app/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 106364f028..e66ed40a25 100644 --- a/docs/index.md +++ b/docs/index.md @@ -305,7 +305,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the ```ruby # Override Firebase SDK Version -$FirebaseSDKVersion = '10.21.0' +$FirebaseSDKVersion = '10.22.0' ``` Once changed, reinstall your projects pods via pod install and rebuild your project with `npx react-native run-ios`. diff --git a/packages/app/package.json b/packages/app/package.json index 9f413873e1..4cbffc2dd3 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -73,7 +73,7 @@ }, "sdkVersions": { "ios": { - "firebase": "10.21.0", + "firebase": "10.22.0", "iosTarget": "11.0", "macosTarget": "10.13" },