mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-09 09:30:22 +08:00
- @react-native-firebase/admob@7.1.4 - @react-native-firebase/analytics@7.1.4 - @react-native-firebase/auth@8.0.5 - @react-native-firebase/crashlytics@7.1.5 - @react-native-firebase/database@7.2.2 - @react-native-firebase/dynamic-links@7.1.4 - @react-native-firebase/firestore@7.1.7 - @react-native-firebase/functions@7.1.4 - @react-native-firebase/iid@7.1.4 - @react-native-firebase/in-app-messaging@7.1.4 - @react-native-firebase/messaging@7.1.5 - @react-native-firebase/ml-natural-language@7.1.4 - @react-native-firebase/ml-vision@7.1.4 - @react-native-firebase/perf@7.1.4 - @react-native-firebase/remote-config@7.1.4 - @react-native-firebase/storage@7.1.4 - react-native-firebase-tests@7.1.15
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native-firebase/firestore",
|
|
"version": "7.1.7",
|
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
"description": "React Native Firebase - Cloud Firestore is a NoSQL cloud database to store and sync data between your React Native application and Firebase's database. The API matches the Firebase Web SDK whilst taking advantage of the native SDKs performance and offline capabilities.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "genversion --semi lib/version.js",
|
|
"build:clean": "rimraf android/build && rimraf ios/build",
|
|
"prepare": "yarn run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/invertase/react-native-firebase/tree/master/packages/firestore"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"firebase",
|
|
"cloud firestore",
|
|
"database",
|
|
"nosql",
|
|
"query",
|
|
"realtime",
|
|
"firestore"
|
|
],
|
|
"peerDependencies": {
|
|
"@react-native-firebase/app": "7.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|