Skip to content

Commit

Permalink
feat(app, ios): bump firebase-ios-sdk to 7.1.0 from 7.0.0 (#4533)
Browse files Browse the repository at this point in the history
* chore(tests): update firebase-ios-sdk to 7.1.0
    mostly to test if it is working correctly - it is
* feat(app, ios): bump firebase-ios-sdk to 7.1.0 from 7.0.0
  • Loading branch information
mikehardy authored Nov 11, 2020
1 parent fc8c4c0 commit a1e90ae
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion packages/app/RNFBApp.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'json'
require './firebase_json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
firebase_sdk_version = package['sdkVersions']['ios']['firebase'] || '~> 6.31.0'
firebase_sdk_version = package['sdkVersions']['ios']['firebase'] || '~> 7.1.0'

Pod::Spec.new do |s|
s.name = "RNFBApp"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"sdkVersions": {
"ios": {
"firebase": "~> 7.0.0"
"firebase": "~> 7.1.0"
},
"android": {
"minSdk": 16,
Expand Down
2 changes: 1 addition & 1 deletion tests/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ platform :ios, '10.0'
$RNFirebaseAsStaticFramework = false

# Version override testing
$FirebaseSDKVersion = '7.0.0'
$FirebaseSDKVersion = '7.1.0'

require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

Expand Down
Loading

1 comment on commit a1e90ae

@vercel
Copy link

@vercel vercel bot commented on a1e90ae Nov 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.