In this Android firebase tutorial, you will learn how to register a user inside firebase using firebase authentication library.
In this tutorial you will build an Android app which contain a form with 2 EditText (Email & password) and a Button. Once you fill these fields and tap on the sign up button, those data will saved inside firebase and a new user account will be created.
You will learn:
1- How to create a new firebase project.
2- How to connect your app with firebase.
3- How to modify app gradle files to include firebase authentication library.
4- How to enable user registration function inside firebase console.
Links:
1- Firebase: https://firebase.google.com/
2- More Android tutorials: https://www.codingdemos.com/