-
Notifications
You must be signed in to change notification settings - Fork 11
Description
-
Is this a client library issue or a product issue?
This is a client library issue I found by just following the documentation for exporting cloud firestore data. -
Did someone already solve this?
No -
Do you have a support contract?
No
Environment details
- OS: Cloud Function
- Node.js version: 10
- npm version:
google-gaxversion: ^2.2.0
Steps to reproduce
- execute de cloud function with documentation's given code
- see the error:
TypeError: Cannot read property 'toString' of undefined at PathTemplate.render (/workspace/node_modules/google-gax/build/src/pathTemplate.js:110:37) at FirestoreAdminClient.databasePath (/workspace/node_modules/@google-cloud/firestore/build/src/v1/firestore_admin_client.js:962:56) at exports.scheduledFirestoreExport (/workspace/index.js:7:31) at Promise.resolve.then (/layers/google.nodejs.functions-framework/functions-framework/node_modules/@google-cloud/functions-framework/build/src/invoker.js:199:28) at process._tickCallback (internal/process/next_tick.js:68:7)