Firebase for Web
Firebase is a real time database. There are lots of benefits of using Firebase. You don’t need to manage servers. You don’t need to write APIs. Firebase is your server, your API and your datastore also.
Real-time Database
Store and sync data between users and devices in real-time using a cloud-hosted, NoSQL database. This will save our development time. Firebase has Authentication facility so that it’s more secure. The Firebase real-time database feature can be used for:
- Push notification
- Chatting
- News feed
Sample Code
The following steps are important to start new project on Firebase. Here you can see how to Initialize, Read and Write record from Firebase.
Step 1: Create and Configure Firebase Project
Open this URL: https://console.firebase.google.com/u/1/ and follow the image instruction.
Step 2: Communicate with FIrebase
First initialization the configuration on your code. Like this image.
Wrapping Up
There are more features in Firebase that can be leveraged in your app development. That’s help to make a web and mobile application easily.