Just like any good build application, uploading files and saving/serving them is a traditional, well-established workflow where you typically have different methods to save your files. So in this chapter, we're going to see how we can implement one of the coolest added functionalities and talk about file storage.
File storage in Firebase lets you upload, download, and do your basic CRUD (create, read, update, and delete) functionalities using really simple and straightforward APIs. Also, Firebase file storage is robust, secure, and scalable like the rest of the Firebase service suite.