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
Our batch update function doesn't work well for Timestamp and Dates and results in dates being stored as objects in Firestore. This causes issues on the frontend.
This is related to the recent PR #72, and it was not caught while testing.
Malformed data in Firestore
Frontend error
The text was updated successfully, but these errors were encountered:
I think I fixed this in the commit, but I don't know which change was the one that did the trick. It could be that the data was malformed from the sample data that was pushed.
Our batch update function doesn't work well for Timestamp and Dates and results in dates being stored as objects in Firestore. This causes issues on the frontend.
This is related to the recent PR #72, and it was not caught while testing.
Malformed data in Firestore
Frontend error
The text was updated successfully, but these errors were encountered: