You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using FastBoot for a Firebase project and every time I pass in an object to their API, it ends up with this error
FirebaseError: Function addDoc() called with invalid data. Data must be an object, but it was: a custom Object object (found in document users/XqAOYqMtDfw0qXrDCMOM)
Hi.
I'm using FastBoot for a Firebase project and every time I pass in an object to their API, it ends up with this error
The code is as simple as
I see a similar issue in Nuxt.js and I'm wondering if we're having the same case for FastBoot?
What I've tried so far is to disable the prototype extension but it doesn't seem to fix it.
Relevant links:
The text was updated successfully, but these errors were encountered: