火库解析器· 将 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-parse