...

/

Firestore and Firebase Storage

Firestore and Firebase Storage

Learn about Firestore and Firebase storage.

Firebase storage

Firebase storage is a cloud storage service. Often, we’ll need to store files in our applications. That file could be the user’s profile picture, other images, or something else. We need a place to store these images and access them later on.

Firebase storage stores our file in buckets that can be accessed later on using a hosted URL.

As we can see in the image above, we navigate to the storage ...