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

Commit 4612682

Browse files
Pinning iOS Firebase SDK to a specific version
1 parent de8ff15 commit 4612682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "1.2.0",
3+
"version": "1.2.1",
44
"description" : "Fire. Base. Firebase!",
55
"main" : "firebase.js",
66
"nativescript": {

platforms/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pod "Firebase"
1+
pod 'Firebase', '~> 2.4.3'

0 commit comments

Comments
 (0)