Firebase Authentication In Android

Authentication is the process to provide uniqueness to each user of your application. It will be the identity of particular user.

If your application requires user’s data to be securely stored, you need to authenticate each and every user.

In earlier days we need to have some back-end service developed either in PHP, Java or some other platform. We need some web developer to do that kind of things.

Firebase Authentication provides a way to directly authenticate a user via email and password and store that user to cloud.

Firebase Authentication also support social media authentication like G+, Facebook, Twitter, Github. It means now its a easy task to perform login with facebook or login with g+ task.
Continue Reading