Google Cloud Firebase Storage is a good option if you are looking to store your files online without any background server and retrieve it later. In this Tutorial, we are going to implement a very simple android demo app in which we will learn two things. How to upload the file to Google Cloud Firebase Storage. How to Download the file from Google Cloud Storage. 1.Project Setup for Firebase Storage Create a Project with the name of Firebase Storage Demo in Android Studio. Click on Tool-Firebase. Click on Storage. Click on Upload and download a file with Firebase Storage. Login to Firebase Console and add your app and follow the steps suggested. Enter your project name same as it shows in your project. Download the JSON file and store inside your app folder of the project. Configure your project as given below and the below-given configuration as advice. Project-level build.gradle ( <project>/build.gradle ): buildscript { dependencies { // Add this line ...