![]() |
VOOZH | about |
Firebase is a platform developed by Google for creating mobile and web applications. We will see how to integrate or connect firebase with our sample Web application.
Approach: Follow the below steps to integrate your web app with firebase.
Below is the implementation of above approach
Now make a form.js file and add javascript code that will contain firebase configuration details and API key.
Now in the firebase dashboard, go to Authentication=>Sign-in-method.
👁 ImageNow to see the complete output of the above implementation do the following:
Once you enter the details, and click the sign-up button, the page will display a pop-up message saying the user is successfully signed in. This means that the data is saved in firebase. Go to firebase->build->authentication->users. Here you will find the email-id and the password saved.
Output:
Now your web application is integrated with firebase.