Skip to content

Commit

Permalink
build(deps): update firebase-ios-sdk to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jun 19, 2022
1 parent c374a00 commit ba4ad6a
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 195 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"sdkVersions": {
"ios": {
"firebase": "8.15.0"
"firebase": "9.1.0"
},
"android": {
"minSdk": 19,
Expand Down
4 changes: 2 additions & 2 deletions tests/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ appPackage = JSON.parse(File.read(File.join('..', '..', 'node_modules', '@react-
$FirebaseSDKVersion = appPackage['sdkVersions']['ios']['firebase']
#$FirebaseSDKVersion = '8.0.0' # https://firebase.google.com/support/release-notes/ios
Pod::UI.puts "react-native-firebase/tests: Using Firebase SDK version '#{$FirebaseSDKVersion}'"
# $RNFirebaseAsStaticFramework = true # toggle this to true (and set 'use_frameworks!' below to test static frameworks)
$RNFirebaseAsStaticFramework = true # toggle this to true (and set 'use_frameworks!' below to test static frameworks)

# Toggle this to true for the no-ad-tracking Analytics subspec. Useful at minimum for Kids category apps.
# See: https://firebase.google.com/support/release-notes/ios#analytics - requires firebase-ios-sdk 7.11.0+
Expand All @@ -22,7 +22,7 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ

target 'testing' do
# set this and toggle '$RNFirebaseAsStaticFramework' above to test static frameworks)
# use_frameworks!
use_frameworks!

config = use_native_modules!
use_react_native!(
Expand Down
Loading

0 comments on commit ba4ad6a

Please sign in to comment.