Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Problem you have encountered:
There have been reported issues trying to display data from collections when there is a Cloud Function/process performing a large amount of delete operations over them.
It has been confirmed how there is a known limitation at the level of the UI for Firestore when performing large deletes that some data/content will not be displayed correctly at the UI level.
What you expected to happen:
It would be beneficial if users could receive additional insights regarding the UI limitations in Firestore, particularly concerning large delete operations. Users may expect to monitor their collections and data during these operations and anticipate being able to view the status of the data directly from the Firestore interface.
Having these limitations mentioned in some part of the public documentation of Firestore would at least make them aware of this expected behavior. As at the moment this information have not been able to be found in public information:
Manage Firestore with the console:https://cloud.google.com/firestore/docs/using-console
Delete data with a callable Cloud Function:https://cloud.google.com/firestore/docs/solutions/delete-collections