UNPKG

wett-firestore

Version:

this is a plugin for wett db api, it gives you firebase-admin access to the firestore db, you can use the firebase-admin object as a global variable in node js with firebase varibale name this firebase app is initialized with cred and db_url params passed

28 lines (27 loc) 895 B
{ "name": "wett-firestore", "version": "1.7.0", "description": "this is a plugin for wett db api, it gives you firebase-admin access to the firestore db, you can use the firebase-admin object as a global variable in node js with firebase varibale name this firebase app is initialized with cred and db_url params passed in wett db init as object parameters", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/gzbakku/wett-firestore.git" }, "keywords": [ "wett", "firestore" ], "author": "tejasav dutt", "license": "ISC", "bugs": { "url": "https://github.com/gzbakku/wett-firestore/issues" }, "homepage": "https://github.com/gzbakku/wett-firestore#readme", "dependencies": { "firebase-admin": "^9.11.0" }, "devDependencies": {} }