budibase icon indicating copy to clipboard operation
budibase copied to clipboard

Not able to sync to Firestore

Open derrickshowers opened this issue 8 months ago • 3 comments

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:

  1. Connect a new Firestore database. See it is connected successfully.
  2. 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)
  3. Tap "Run Query" to "Save"
  4. See error (above)

Expected behavior Error not to occur and records to be retrieved

Screenshots

image

derrickshowers avatar Jun 14 '24 20:06 derrickshowers