Firebase

Android

Firebase Android Tutorial Part 4 : Firebase Storage

This is our fourth part on Firebase Android Tutorial series. Firebase Storage can be used to upload and share user generated contents like images, videos, songs etc. to the cloud. Unlike "Realtime Database", as we have seen in our [previous tutorial](https://www.codevscolor.com/2017/01/firebase-android-tutorial-part-3-firebase-realtime-database), Firebase storage uses[ Google cloud Storage ](https://cloud.google.com/storage)to store data.

Read
Android

Firebase Android Tutorial Part 3 : Firebase Realtime Database

In this tutorial, we will use the previous application as it is already configured with Firebase.

Read
Android

Firebase using Android Studio : Part 2 : SignIn form using Firebase

In our last tutorial, we learned how to create a Firebase Project and how to make ready Android Studio for Firebase . In this tutorial , we will check how to create a new user account using email/password and login/logout to the account.

Read