This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
88If version numbers changed clean your platform folders to avoid build errors.
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments