firestore-parser:将Firestore REST API JSON解析为可用的JS对象

时间:2024-02-24 05:57:43
【文件属性】:

文件名称:firestore-parser:将Firestore REST API JSON解析为可用的JS对象

文件大小:73KB

文件格式:ZIP

更新时间:2024-02-24 05:57:43

json firebase google rest GoogleJavaScript

火库解析器· 将 JSON解析为可用的JS对象 安装 // Install with NPM npm install firestore-parser --save // or Install with Yarn yarn add firestore-parser 例子 // Node/AMD: // const FireStoreParser = require('firestore-parser'); // Node with TypeScript: // import * as FireStoreParser from 'firestore-parser'; import FireStoreParser from 'firestore-parser' const projectID = 'PROJECT_ID' const key = 'API_KEY' const doc = 'DOCUMENT' const url = `https://firestore.googleapis.com/v1beta1/projects/


【文件预览】:
firestore-parser-master
----.nvmrc(6B)
----.babelrc(194B)
----index.js(1KB)
----package.json(1KB)
----package-lock.json(261KB)
----index.test.js(5KB)
----.gitignore(39B)
----webpack.config.js(370B)
----.circleci()
--------config.yml(2KB)
----README.md(2KB)
----build()
--------index.js(2KB)

网友评论