Weird Error on the firebase site itself
Has anyone else ever faced this? Sometimes on the firebase site in firestore when I click on specific documents I get hit with infinite loading and then the screen freezes and I can’t do anything but ex it out. When I google related queries nothing pops up. The app does have some fairly complex lambda function logic that I suspect is at the root of all this but was mainly just wondering if anyone else has encountered this problem before.
Am example: in my users collection some documents are clickable but other documents will trigger the infinite loading when clicked. I know these documents are being written to during the lambda function calls so that’s why I suspect it’s related to that logic. However the firestore API still returns the correct data and user data is correct inside the app
I tried downgrading to Spark since that should kill all GCP functions but even that doesn’t solve it. I just want to look at the document directly in firestore and see what’s going on
Funny engineer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.