storage - sana028/VueLearningsPoc GitHub Wiki
Firebase storage
firebase storage used to store the media files such as images and videos'. These files are store in google cloud storage bucket, it is a exabyte scale object storage(1 exabyte is equal to 1million gigabytes) that mean it store the data in a object format and it's store these data in different geological places it is helpful to fetch these files at any situation like if any disaster occur , we can still retrieve that data.
Need to learn these advance concepts
Advanced setup
There are a few use cases that require additional setup:
Using Cloud Storage buckets in [multiple geographic regions](https://cloud.google.com/storage/docs/bucket-locations)
Using Cloud Storage buckets in [different storage classes](https://cloud.google.com/storage/docs/storage-classes)
Using Cloud Storage buckets with multiple authenticated users in the same app
The third use case is useful if you're building an app, like Google Drive, which lets users have multiple logged in accounts (for instance, a personal account and a work account). You can [use a custom Firebase App](https://firebase.google.com/docs/storage/web/start#use_a_custom_firebaseapp) instance to authenticate each additional account.