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 +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
2- pod 'Firebase' , '~> 4.3 .0'
2+ pod 'Firebase' , '~> 4.4 .0'
33pod 'Firebase/Database'
44pod 'Firebase/Auth'
55
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ function writePodFile(result) {
215215 }
216216 try {
217217 fs . writeFileSync ( directories . ios + '/Podfile' ,
218- `pod 'Firebase', '~> 4.1.1 '
218+ `pod 'Firebase', '~> 4.4.0 '
219219pod 'Firebase/Database'
220220pod 'Firebase/Auth'
221221
@@ -438,4 +438,4 @@ module.exports = function() {
438438 */
439439function isSelected ( value ) {
440440 return value === true || ( typeof value === "string" && value . toLowerCase ( ) === 'y' ) ;
441- }
441+ }
Original file line number Diff line number Diff line change @@ -3013,7 +3013,7 @@ function writePodFile(result) {
30133013 }
30143014 try {
30153015 fs . writeFileSync ( directories . ios + '/Podfile' ,
3016- `pod 'Firebase', '~> 4.1.1 '
3016+ `pod 'Firebase', '~> 4.4.0 '
30173017pod 'Firebase/Database'
30183018pod 'Firebase/Auth'
30193019
@@ -3239,4 +3239,4 @@ function isSelected(value) {
32393239}
32403240
32413241/***/ } )
3242- /******/ ] ) ;
3242+ /******/ ] ) ;
You can’t perform that action at this time.
0 commit comments