Hi guys,

This is prasad. Now i am explaining about how to create registration page in android studio by using firebase database. Firebase is very popular for beginners and it is very easy to learn and implement. The main problem is database storage is limited and only 100 connections at a time. It means 100 users only create account at a time. Not more than 100 users. Storage is also limited only they give 1GB storage for all usages. This is all in basic plan named as spark plan. The paid version is blaze plan. This is different. Now we discussed about free version. 

        First we create a registration design with name,email,password,confirm password. This is simple for everyone You can create easily. Let's go!!

1. Look below picture model I have created.


I have implement four editTexts, Two TextViews, One Button. This is simple design for you. Now we discussed function in this . When user complete their registration data will be saved like this in Firebase database shown in below.

2.Now we create login page this is very easy than registration. When user created their account successfully. Data is saved in Firebase. When clicked on login That information is fair and correct he will be able to login otherwise we show error message. Now login design show in below

Before you create this please watch my tutorials on this channel click on this:


Source code: