Firebase Storage uses 490MB but I have no buckets?

Viewed 1390

Firebase Storage is using 490 MB, but no bucket has been initialized. I am not able to track where this storage com from, but it is quite strange to check that Firebase is charging 0.10 USD for an empty Storage.

Where can I delete this storage and why firebase is charging for having no buckets?

enter image description here

Currently I am using Firebase Authentication, Firestore, Realtime Database, Hosting and Functions.

enter image description here

enter image description here

enter image description here

2 Answers

My recommendation is to use object lifecycles in the artifacts storage bucket! that way the files deletion is automated.

Follow this documentation: https://cloud.google.com/storage/docs/lifecycle

(Firebase should be the one responsible for creating this rule!)

Related