From 80db1fbbfc1aa901e59a4ffd0b6510c62ce3910e Mon Sep 17 00:00:00 2001 From: Travis Long Date: Thu, 1 May 2025 09:20:13 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dea59a8..9308dcd 100755 --- a/README.md +++ b/README.md @@ -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.