I am doing a backup of the whole Cloud Firestore Database in the storage bucket on the daily basis. As our users are increasing, Firestore cost is also increasing.
Now, I want to delete the backup older than 15 days ago automatically. Is there any way by which I can write a cloud function that automatically deletes backup which is older than 15 days?