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

Commit 53a4dbb

Browse files
#105 Firebase was unable to connect to FCM - pod update
1 parent fd80ddb commit 53a4dbb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<img src="docs/images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
22

3-
## 3.5.2 (2016, August 20)
3+
## 3.5.3 (2016, August 20)
44

5-
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.5.1...3.5.2)
5+
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.5.1...3.5.3)
66

77
### SDK versions
88
If version numbers changed clean your platform folders to avoid build errors.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description" : "Fire. Base. Firebase!",
55
"main" : "firebase.js",
66
"nativescript": {

scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function writePodFile(result) {
102102
fs.mkdirSync(directories.ios);
103103
}
104104
fs.writeFile(directories.ios + '/Podfile',
105-
`pod 'Firebase', '~> 3.3.0'
105+
`pod 'Firebase', '~> 3.4.0'
106106
pod 'Firebase/Database'
107107
pod 'Firebase/Auth'
108108
pod 'Firebase/Crash'

0 commit comments

Comments
 (0)