I am adding this answer hoping it will help someone, in Firebase:
Read moreHow do I set Firebase Storage?
Create a default Cloud Storage bucket
Read moreHow do I change the rules in Firebase Storage?
You can edit these rules by selecting a Firebase app in the Firebase console and viewing the Rules tab of the Storage section .
Read moreWhat is Storage reference?
implements Comparable<StorageReference> Represents a reference to a Google Cloud Storage object . Developers can upload and download objects, get/set object metadata, and delete an object at a specified path. (
Read moreWhat is firebase storage ref?
Your files are stored in a Cloud Storage bucket. The files in this bucket are presented in a hierarchical structure, just like the file system on your local hard disk, or the data in the Firebase Realtime Database. By creating a reference to a file, your app gains access to it .
Read moreIs firebase storage a database?
It serves as a NoSQL document database. You can use it to store, query, and sync your app data. It is supported for Android, iOS, and web applications .
Read moreWhat is firebase storage used for?
Cloud Storage for Firebase lets you upload and share user generated content, such as images and video, which allows you to build rich media content into your apps . Your data is stored in a Google Cloud Storage bucket — an exabyte scale object storage solution with high availability and global redundancy.
Read more