In the last tutorial, I described how to sign up and sign in the user at Firebase. In this tutorial, I am going to describe how to save and retrieve the data at Firebase using Android. If you are not Aware of Firebase Please refer here if you want to learn about sign up and sign … Continue reading Saving and Retrieving Data from Firebase Android Part one
Tag: Firebase
Android Starting with Firebase
As most of you are knowing Firebase is on boom these days. Firebase is a platform for the web,mobile applications which provide real-time database,storage,authentication, Fcm, push notifications easily and is fast and reliable. Firebase is considered as the alternative of Parse.com So,let's start using Firebase for android. 1. First of all, create Firebase account using Gmail … Continue reading Android Starting with Firebase