UNPKG

@react-native-firebase/database

Version:

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, suppo

36 lines (35 loc) 1.2 kB
{ "name": "@react-native-firebase/database", "version": "22.2.1", "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/main/packages/database" }, "license": "Apache-2.0", "keywords": [ "react", "react-native", "firebase", "realtime", "database", "synchronized", "realtome database" ], "peerDependencies": { "@react-native-firebase/app": "22.2.1" }, "publishConfig": { "access": "public", "provenance": true }, "gitHead": "d0fa58166a3fd79c7a951161fa83d0421ae72c93" }