I'm using Firebase for my Android app. Which has more than 600GB data stored by my users. Which is affecting my billing. That's why I want to remove old files from my cloud storage.
After doing some research, I added a life cycle rule in my Cloud Storage like below...
It shows rule will be active in 24 days. But my question is will it remove all the old files automatically. Or this rule is only applicable for files uploaded after I created this rule.
If the second option is true, then are there any ways delete them all ;_;