-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use "undefined" as a Firestore value #4
Comments
Hi @spadgeaki — thanks for the report. The This connector could in theory double check the values for |
Thanks for a fast reply. There is also second |
Ah, I think the same place — the You should be able to use a body like |
Thank you very much. :) |
Hello, I was trying to setup Firestore as database with my bgio project.
I got this error:
It happened when calling setMetadata, arguments look like this:
There are actually 2 undefined values in metadata -
unlisted
andsetupData
. I don't know if I am doing something wrong in server setup of boardgame.io or if its normal to have these as undefined.I did simple check for undefined values and deleted them.
Then everything seems working fine.
Should I make PR with fix like this?
The text was updated successfully, but these errors were encountered: