How to Add or Integrate Your Android Project to the Firebase ?
Hello Guys. In this blog, I am going to show how to add or integrate your android project to the firebase. So, Let's get started. 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 for more clarity about how to add an android project to the Firebase. Do like, comments on my video, and do subscribe to my YouTube Channel. Step 1:- Create a new project in Android Studio and select an empty activity and Click "Next". Step 2:- Give the name of the project as per your Requirement. I am giving "Demo_Project". Click "Finish". Step 3:- Go to Tools -> Click on “Firebase”. Step 4:- 1. The Firebase Assistant window is open. Expand “Authentication” option and click on “Email and Password Authentication”. Step 5:- Click on “Connect to Firebase”. Step 6:- Firebase console will get open in the browser. Click on “Add Project” to add the newly created project “De...