budibase
budibase copied to clipboard
Not able to sync to Firestore
I'm unable to read from my Firestore database after connecting successfully. I'm receiving an error:
{
"message": "function () {\n const temp = Object.assign({}, this);\n if (temp.credentials) {\n ...<omitted>... } could not be cloned.",
"status": 400
}
To Reproduce Steps to reproduce the behavior:
- Connect a new Firestore database. See it is connected successfully.
- Create a new query - something simple like read, collection name (I also tried a collection that doesn't exist and it's successful but empty, which I would expect, so it's correctly connected to the database)
- Tap "Run Query" to "Save"
- See error (above)
Expected behavior Error not to occur and records to be retrieved
Screenshots