How to connect to Google Firebase Realtime database from your web project?
If you have a start up idea and have little money to invest for the product, using Google Firebase gives you a great head start. It has a generous free limit in their starter plan.
One feature is the Google Realtime database.
It is a NoSQL database and helps you perform database operations from your javascript code.
Quite easy to connect to it from your javascript.
Involves just three steps:
1) Create a firebase project in the console
2) Create a realtime database in the console.
3) Copy the configuration details from the console into your javascript.
You are good to go!
Here is a demo :