Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 93dabda

Browse files
Merge pull request #522 from henrychavez/patch-1
Update Firebase to 4.3.0 to fix background notifications on iOS
2 parents 1edc56f + 43874f2 commit 93dabda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platforms/ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
pod 'Firebase', '~> 4.1.1'
2+
pod 'Firebase', '~> 4.3.0'
33
pod 'Firebase/Database'
44
pod 'Firebase/Auth'
55

@@ -26,4 +26,4 @@ pod 'Firebase/Auth'
2626
#pod 'FBSDKLoginKit'
2727

2828
# Uncomment if you want to enable Google Authentication
29-
#pod 'GoogleSignIn'
29+
#pod 'GoogleSignIn'

0 commit comments

Comments
 (0)