Real Time Database -
Firebase automatically updates connected clients
and store and sync data in real-time across all connected clients and also representing
JSON objects or data.
The Firebase Real-time Database is a cloud hosted
database and the Data is stored as JSON format in real-time to every connected
client.
When you open your app from Firebase dashboard
the real-time database and data looks like-
And the data looks like –
{
"Address"
: "Noida, UP, India",
"Id" : 1,
"Temp" : "Kushinagar,
UP.",
"name" : "Anil
Singh",
"site" : "http://code-sample.com"
}
I hope you are enjoying with this post! Please share with you friends. Thank you so much!