Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Ping collection is [indexed](firestore.indexes.json).
### Data expiration
Pings are retained for a limited time. Every day, a [function](functions/garbageCollector.js) that deletes pings and client entries modified earlier than 21 days ago is triggered via Cloud Scheduler.

**NOTE:** Should pings or debug tags need to be deleted, this can be accomplished using the [Google Cloud Console for Firestore for this project](https://console.cloud.google.com/firestore/databases/-default-/data/panel/clients?project=debug-ping-preview). This might require both `clients` (by `debugId`) and `pings` (can also be filtered by `debugId`) to be deleted for all data sent to the Debug View to be removed for a specific tag.

### Web application
Views are leveraging Firestore's realtime query updates.

Expand Down