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

Commit 637fb4b

Browse files
Merge pull request #528 from Spenstar/master
(fix): Firebase pod 4.4.0 is now used
2 parents 552c5d6 + 30c9330 commit 637fb4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

platforms/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

scripts/installer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
219219
pod 'Firebase/Database'
220220
pod 'Firebase/Auth'
221221
@@ -438,4 +438,4 @@ module.exports = function() {
438438
*/
439439
function isSelected(value) {
440440
return value === true || (typeof value === "string" && value.toLowerCase() === 'y');
441-
}
441+
}

scripts/postinstall.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
30173017
pod 'Firebase/Database'
30183018
pod 'Firebase/Auth'
30193019
@@ -3239,4 +3239,4 @@ function isSelected(value) {
32393239
}
32403240

32413241
/***/ })
3242-
/******/ ]);
3242+
/******/ ]);

0 commit comments

Comments
 (0)