We are looking to include pictures in our posts. The problem is the following: Firestore doesn’t support such large documents. We can only add text, numbers, arrays, Booleans, timestamps, etc.
Therefore, Firebase introduced Storage. This is a package that lets us upload and download large data such as video, images, and audio documents. Through this chapter, we are ...