I am currently using Firebase for a project. Under the storage section of my app, I noticed that I am storing approximately 500 MB (with a similar amount of MB sent for Bandwidth).
Nearly all of this comes from "[REGION].artifacts.[PROJECT-ID].appspot.com" when I break it down, and I do not understand what this is. What is this, and do I have to worry about it taking up significantly more space in the future?
For context, I have zero files stored under storage, and hosting is storing less than 1 MB in total. I am using the Blaze plan so that I can deploy Node.js 10 cloud functions.