forked from invertase/react-native-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
70 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,5 @@ | |
] | ||
} | ||
}, | ||
"version": "6.0.0-alpha.2" | ||
"version": "6.0.0-alpha.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/analytics", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Firebase - Analytics", | ||
"main": "lib/index.js", | ||
|
@@ -22,11 +22,11 @@ | |
"analytics" | ||
], | ||
"peerDependencies": { | ||
"@react-native-firebase/app": "6.0.0-alpha.2" | ||
"@react-native-firebase/app": "*" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2" | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3" | ||
}, | ||
"rnpm": { | ||
"android": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/app-types", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "@react-native-firebase/app-types", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/app", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.", | ||
"main": "lib/index.js", | ||
|
@@ -53,8 +53,8 @@ | |
"react-native": ">= 0.58.1" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2", | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3", | ||
"opencollective-postinstall": "^2.0.1" | ||
}, | ||
"rnpm": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/auth", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Firebase - Auth", | ||
"main": "lib/index.js", | ||
|
@@ -22,11 +22,11 @@ | |
"auth" | ||
], | ||
"peerDependencies": { | ||
"@react-native-firebase/app": "6.0.0-alpha.2" | ||
"@react-native-firebase/app": "*" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2" | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3" | ||
}, | ||
"rnpm": { | ||
"android": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/common", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Firebase internal common utilities & helpers.", | ||
"main": "lib/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/config", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Firebase - Remote Config", | ||
"main": "lib/index.js", | ||
|
@@ -24,11 +24,11 @@ | |
"remote-config" | ||
], | ||
"peerDependencies": { | ||
"@react-native-firebase/app": "6.0.0-alpha.2" | ||
"@react-native-firebase/app": "*" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2" | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3" | ||
}, | ||
"rnpm": { | ||
"android": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/crashlytics", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Firebase - Crashlytics", | ||
"main": "lib/index.js", | ||
|
@@ -27,11 +27,11 @@ | |
"crashlytics" | ||
], | ||
"peerDependencies": { | ||
"@react-native-firebase/app": "6.0.0-alpha.2" | ||
"@react-native-firebase/app": "*" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2" | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3" | ||
}, | ||
"rnpm": { | ||
"android": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/firestore", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Firebase - Cloud Firestore", | ||
"main": "lib/index.js", | ||
|
@@ -27,11 +27,11 @@ | |
"firestore" | ||
], | ||
"peerDependencies": { | ||
"@react-native-firebase/app": "6.0.0-alpha.2" | ||
"@react-native-firebase/app": "*" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2" | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3" | ||
}, | ||
"rnpm": { | ||
"android": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/functions", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Firebase - Cloud Functions", | ||
"main": "lib/index.js", | ||
|
@@ -24,11 +24,11 @@ | |
"functions" | ||
], | ||
"peerDependencies": { | ||
"@react-native-firebase/app": "6.0.0-alpha.2" | ||
"@react-native-firebase/app": "*" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2" | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3" | ||
}, | ||
"devDependencies": { | ||
"@react-native-firebase/private-tests-firebase-functions": "^0.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/iid", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "Firebase Instance ID provides a unique identifier for each instance of your app and a mechanism to authenticate and authorize actions for it (for example: sending FCM messages).", | ||
"main": "lib/index.js", | ||
|
@@ -24,11 +24,11 @@ | |
"iid" | ||
], | ||
"peerDependencies": { | ||
"@react-native-firebase/app": "6.0.0-alpha.2" | ||
"@react-native-firebase/app": "*" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2" | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3" | ||
}, | ||
"rnpm": { | ||
"android": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/mlkit", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Firebase - ML Kit", | ||
"main": "lib/index.js", | ||
|
@@ -28,11 +28,11 @@ | |
"vision" | ||
], | ||
"peerDependencies": { | ||
"@react-native-firebase/app": "6.0.0-alpha.2" | ||
"@react-native-firebase/app": "*" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2" | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3" | ||
}, | ||
"rnpm": { | ||
"android": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/perf", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Firebase - Performance Monitoring", | ||
"main": "lib/index.js", | ||
|
@@ -27,11 +27,11 @@ | |
"performance monitoring" | ||
], | ||
"peerDependencies": { | ||
"@react-native-firebase/app": "6.0.0-alpha.2" | ||
"@react-native-firebase/app": "*" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2" | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3" | ||
}, | ||
"rnpm": { | ||
"android": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-native-firebase/utils", | ||
"version": "6.0.0-alpha.2", | ||
"version": "6.0.0-alpha.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Firebase - Utils", | ||
"main": "lib/index.js", | ||
|
@@ -26,11 +26,11 @@ | |
"utils" | ||
], | ||
"peerDependencies": { | ||
"@react-native-firebase/app": "6.0.0-alpha.2" | ||
"@react-native-firebase/app": "*" | ||
}, | ||
"dependencies": { | ||
"@react-native-firebase/app-types": "6.0.0-alpha.2", | ||
"@react-native-firebase/common": "6.0.0-alpha.2" | ||
"@react-native-firebase/app-types": "6.0.0-alpha.3", | ||
"@react-native-firebase/common": "6.0.0-alpha.3" | ||
}, | ||
"rnpm": { | ||
"android": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters