0

I'm using Firebase Realtime Database and Cloud Functions. For the past few months it has been working great and Cloud Storage hasn't been activated. However, now I have noticed that a few MB of Cloud Storage have been used and I don't understand where it's comming from. I haven't actively made any calls to them. Could it be that the database or functions are using some of the space in Storage? I have also attached screenshot of Storage usage.

Thanks for your help in advance!

Screenshot of Storage usage

Nina
  • 395
  • 1
  • 10
  • 1
    Cloud Functions uses Cloud Storage (through Cloud Build and Container Registry) to build and temporary store a container for your code during deploy. Recent releases of the Firebase CLI automatically clean up these files, but older versions may still leave these artifacts behind. See for more details: https://stackoverflow.com/questions/63578581/firebase-storage-artifacts – Frank van Puffelen Aug 09 '21 at 20:12

0 Answers0