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

Commit

Permalink
#105 Firebase was unable to connect to FCM - pod update
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Aug 20, 2016
1 parent fd80ddb commit 53a4dbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img src="docs/images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>

## 3.5.2 (2016, August 20)
## 3.5.3 (2016, August 20)

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

### SDK versions
If version numbers changed clean your platform folders to avoid build errors.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-plugin-firebase",
"version": "3.5.2",
"version": "3.5.3",
"description" : "Fire. Base. Firebase!",
"main" : "firebase.js",
"nativescript": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function writePodFile(result) {
fs.mkdirSync(directories.ios);
}
fs.writeFile(directories.ios + '/Podfile',
`pod 'Firebase', '~> 3.3.0'
`pod 'Firebase', '~> 3.4.0'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Crash'
Expand Down

0 comments on commit 53a4dbb

Please sign in to comment.