Posts

Showing posts from October, 2020

How to Create a Login Page Activity in Android using the Firebase ?

Image
Hello Guys. In this blog, I am going to show you how to create a Login page activity in android using the firebase. Later in this blog, I will make a link between the Registration page activity which we created in the previous tutorial blog and the Login page activity. If you want to have a look at how our application will look and work, then check out my youtube video. The link is given below. If you have not yet checked how to create a Registration page activity, check out my blog post whose link is given below. How to create a Registration Page Activity in Android using the Firebase? Watch my YouTube video to get more clarity on how to create a Login page activity using the firebase. Here, we are using  "Firebase"  in our android project to create a registration activity and a login activity because firebase provides us a central authentication mechanism where you can easily manage the users who registered in your android application.  Firebase provides us the methods ...

How to create a Registration Page Activity in Android using the Firebase ?

Image
Hello Guys. In this blog, I am going to show how to create a registration activity in android using the firebase which must be enabled in your android project. If you want to have a look at how our application will look and work, then check out my youtube video. The link is given below. Watch my YouTube video to get more clarity on how to create a registration activity using the firebase.  In upcoming blogs, I will show how to create a login and reset password activity.  Here, we are using the "Firebase" in our android project to create a registration activity and a login activity because firebase provides us a central authentication mechanism where you can easily manage the users who registered in your android application.  Firebase provides us the methods using we can create users using email and password and store the detail on Google servers which makes our work lot easier as compared to the scenario where we have to take care of all the data and create an authentica...