firestore-migrator
firestore-migrator copied to clipboard
:bullettrain_side: A CLI utility for moving data to and from Cloud Firestore
Followed the readme directions - caused this error. I found a few similar issues elsewhere, where updating TS, or creating a files section in the tsconfig.ts will solve the issue,...
When we import empty strings, the importer imports the value as a number type 0. Any workarounds for this besides leaving out the field completely?
tested with firestore
`npm link` appears to be missing from the install instructions. Without it, there is no `firestore-migrate` executable.
With a vanilla install, I had the same issue running `npm run build` that others have had in various tickets. "Initializing static variables in ambient context..." Ran `npm update` and...
I have this following issue when running `npm run build` (version node : 12.4.0) ``` node_modules/google-auth-library/build/src/auth/oauth2client.d.ts:298:55 - error TS1039: Initializers are not allowed in ambient contexts. 298 protected static readonly...
While running the command "npm install" I'm facing following issue > [email protected] install D:\firestoremigrator\firestore-migrator\node_modules\google-gax\node_modules\grpc > node-pre-gyp install --fallback-to-build --library=static_library node-pre-gyp ERR! Tried to download(403): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.9.1/node-v64-win32-x64-unknown.tar.gz node-pre-gyp ERR! Pre-built binaries not...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Hey guys, Trying to import a collection from a JSON file that happens to be in this format: ``` { "manufacturer": "hello", "name": "world", "grading": "8", "status": "completed", "submitted_on": "{\"type\":\"timestamp\",\"data\":\"10/4/18\"}",...
$ npm run build > [email protected] build D:\cjexpress\firestore-migrator > tsc node_modules/google-auth-library/build/src/auth/oauth2client.d.ts(298,55): error TS1039: Initializers are not allowed in ambient contexts. npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR!...