nodejs-firestore
nodejs-firestore copied to clipboard
Node.js client for Google Cloud Firestore: a NoSQL document database built for automatic scaling, high performance, and ease of application development.
``` /Users/alex/node-firestore-import-export/node_modules/@grpc/grpc-js/build/src/call.js:31 return Object.assign(new Error(message), status); ^ **Error: 16 UNAUTHENTICATED: Failed to retrieve auth metadata with error: request to https://www.googleapis.com/oauth2/v4/token failed, reason: read ECONNRESET** at Object.callErrorFromStatus (/Users/alex/node-firestore-import-export/node_modules/@grpc/grpc-js/build/src/call.js:31:26) at Object.onReceiveStatus (/Users/alex/node-firestore-import-export/node_modules/@grpc/grpc-js/build/src/client.js:189:52)...
:robot: I have created a release *beep* *boop* --- ## [6.0.1](https://github.com/googleapis/nodejs-firestore/compare/v6.0.0...v6.0.1) (2022-08-08) ### Bug Fixes * Don't allow serialization of firestore settings ([#1742](https://github.com/googleapis/nodejs-firestore/issues/1742)) ([fa0ad66](https://github.com/googleapis/nodejs-firestore/commit/fa0ad66bc7e4a0c46f1ae5ca10b2a6f3a528ab6f)) --- This PR was generated with...
**Is your feature request related to a problem? Please describe.** `recursiveDelete` is a dangerously destructive operation. I think there should be a way to list document(s) that will be deleted....
#### Environment details - `@google-cloud/firestore` version: 5.0.2 #### Issue description In #1595, the type of the [DocumentReference.update() method](https://github.com/googleapis/nodejs-firestore/blob/b9d8fefc5f927d1f064a79ec0990d256803360cd/dev/src/reference.ts#L500) was updated to get a `UpdateData` instead of the previously unparameterized `UpdateData`....
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...
1) Is this a client library issue or a product issue? This is the client library for . We will only be able to assist with issues that pertain to...
firebase-admin 10.3..0 starting yesterday afternoon (July 12 ~4PM PST) our app using the firebase-admin sdk started getting the following errors.   ``` Code: 16 Message: 16 UNAUTHENTICATED: Request had...
Hi, it ain't much but it's honest work. Does not break or fix anything so I skipped the issue creation part here. If still required, ping me.
#### Environment details - OS: macOS 12.1 - Node.js version: 16.13.2 - npm version: 8.1.2 - `@google-cloud/firestore` version: 5.0.2 #### Steps to reproduce 1. Call `npm run build` within Firebase...