UNPKG

@react-native-firebase/app

Version:

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

95 lines (94 loc) 2.49 kB
{ "name": "@react-native-firebase/app", "version": "21.14.0", "author": "Invertase <oss@invertase.io> (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", "types": "lib/index.d.ts", "scripts": { "build": "genversion --semi lib/version.js && npm run build:version", "build:version": "node ./scripts/genversion-ios && node ./scripts/genversion-android", "build:clean": "rimraf android/build && rimraf ios/build", "build:plugin": "rimraf plugin/build && tsc --build plugin", "lint:plugin": "eslint plugin/src/*", "prepare": "npm run build && npm run build:plugin" }, "repository": { "type": "git", "url": "https://github.com/invertase/react-native-firebase/tree/main/packages/app" }, "license": "Apache-2.0", "keywords": [ "react", "admob", "auth", "config", "digits", "fabric", "functions", "phone-auth", "sms", "firestore", "cloud-firestore", "datastore", "remote-config", "transactions", "react-native", "react-native-firebase", "firebase", "fcm", "apn", "gcm", "analytics", "messaging", "database", "android", "ios", "crash", "firestack", "performance", "firestore", "dynamic-links", "crashlytics" ], "peerDependencies": { "expo": ">=47.0.0", "react": "*", "react-native": "*" }, "dependencies": { "firebase": "11.3.1" }, "devDependencies": { "@react-native-async-storage/async-storage": "^2.1.1", "expo": "^52.0.35" }, "peerDependenciesMeta": { "expo": { "optional": true } }, "publishConfig": { "access": "public" }, "sdkVersions": { "ios": { "firebase": "11.11.0", "iosTarget": "13.0", "macosTarget": "10.15", "tvosTarget": "13.0" }, "android": { "minSdk": 21, "targetSdk": 34, "compileSdk": 34, "firebase": "33.12.0", "firebaseCrashlyticsGradle": "3.0.3", "firebasePerfGradle": "1.4.2", "gmsGoogleServicesGradle": "4.4.2", "playServicesAuth": "21.3.0", "firebaseAppDistributionGradle": "5.1.1" } }, "gitHead": "7c7beaab9cf8a619927a33ef7a15b8000e2874c2" }