mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
- @react-native-firebase/admob@7.3.2 - @react-native-firebase/analytics@7.3.1 - @react-native-firebase/auth@8.1.2 - @react-native-firebase/crashlytics@8.1.2 - @react-native-firebase/database@7.3.2 - @react-native-firebase/dynamic-links@7.3.2 - @react-native-firebase/firestore@7.4.2 - @react-native-firebase/functions@7.2.2 - @react-native-firebase/iid@7.2.2 - @react-native-firebase/in-app-messaging@7.2.2 - @react-native-firebase/messaging@7.4.2 - @react-native-firebase/ml-natural-language@7.2.2 - @react-native-firebase/ml-vision@7.2.2 - @react-native-firebase/perf@7.2.2 - @react-native-firebase/remote-config@7.2.2 - @react-native-firebase/storage@7.2.2 - react-native-firebase-tests@8.0.9
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native-firebase/database",
|
|
"version": "7.3.2",
|
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
"description": "React Native Firebase - The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client. React Native Firebase provides native integration with the Android & iOS Firebase SDKs, supporting both realtime data sync 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/database"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"firebase",
|
|
"realtime",
|
|
"database",
|
|
"synchronized",
|
|
"realtome database"
|
|
],
|
|
"peerDependencies": {
|
|
"@react-native-firebase/app": "8.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|