Skip to content

Commit

Permalink
Bump default iOS Firebase SDK version to 5.20.2 (https://firebase.goo…
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Jun 21, 2019
1 parent 594d4a3 commit 0e411d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ For example, to explicitly specify all the component versions at plugin install
--variable ANDROID_FIREBASE_AUTH_VERSION=18.0.0 \
--variable ANDROID_CRASHLYTICS_VERSION=2.9.8 \
--variable ANDROID_SHORTCUTBADGER_VERSION=1.1.22 \
--variable IOS_FIREBASE_CORE_VERSION=5.15.0 \
--variable IOS_FIREBASE_AUTH_VERSION=5.15.0 \
--variable IOS_FIREBASE_MESSAGING_VERSION=5.15.0 \
--variable IOS_FIREBASE_PERFORMANCE_VERSION=5.15.0 \
--variable IOS_FIREBASE_REMOTECONFIG_VERSION=5.15.0 \
--variable IOS_FIREBASE_CORE_VERSION=5.20.2 \
--variable IOS_FIREBASE_AUTH_VERSION=5.20.2 \
--variable IOS_FIREBASE_MESSAGING_VERSION=5.20.2 \
--variable IOS_FIREBASE_PERFORMANCE_VERSION=5.20.2 \
--variable IOS_FIREBASE_REMOTECONFIG_VERSION=5.20.2 \
--variable IOS_FABRIC_VERSION=1.9.0 \
--variable IOS_CRASHLYTICS_VERSION=3.12.0

Expand Down
10 changes: 5 additions & 5 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@

<pods-config ios-min-version="9.0" use-frameworks="true"/>

<preference name="IOS_FIREBASE_CORE_VERSION" default="5.15.0" />
<preference name="IOS_FIREBASE_AUTH_VERSION" default="5.15.0" />
<preference name="IOS_FIREBASE_MESSAGING_VERSION" default="5.15.0" />
<preference name="IOS_FIREBASE_PERFORMANCE_VERSION" default="5.15.0" />
<preference name="IOS_FIREBASE_REMOTECONFIG_VERSION" default="5.15.0" />
<preference name="IOS_FIREBASE_CORE_VERSION" default="5.20.2" />
<preference name="IOS_FIREBASE_AUTH_VERSION" default="5.20.2" />
<preference name="IOS_FIREBASE_MESSAGING_VERSION" default="5.20.2" />
<preference name="IOS_FIREBASE_PERFORMANCE_VERSION" default="5.20.2" />
<preference name="IOS_FIREBASE_REMOTECONFIG_VERSION" default="5.20.2" />
<preference name="IOS_FABRIC_VERSION" default="1.9.0" />
<preference name="IOS_CRASHLYTICS_VERSION" default="3.12.0" />

Expand Down

0 comments on commit 0e411d3

Please sign in to comment.