Reader small image

You're reading from  Firebase Cookbook

Product typeBook
Published inNov 2017
PublisherPackt
ISBN-139781788296335
Edition1st Edition
Right arrow
Author (1)
Houssem Yahiaoui
Houssem Yahiaoui
author image
Houssem Yahiaoui

Houssem Yahiaoui is a Telerik Developer Expert, Google Developer Group Lead, Meetup organizer, Conference Speaker, and Technical blogger among a few things. He has been a developer since the age of 14 and Firebase lover since day one. He's also a passionate JavaScript developer and strongly believes that JavaScript should fix the World's hanger problem.
Read more about Houssem Yahiaoui

Right arrow

Saving and serving data in and from our Realtime Database

When thinking of web apps, the saving/serving data process is essential. Data is typically the backbone of any web application, and saving is what most tutorials or guides describe as persisting it into a database.

Firebase is not exactly a database but is very similar to other databases that you might find on the market these days. It's a NoSQL database with Realtime functionality built into it, which means that when you save (persist) data into it, it will automatically broadcast the channels to anyone who is listening, typically all your users, also known as consumers.

In this chapter, we'll see how we can exploit the awesome Firebase Realtime Database to save/serve our data.

How to do it...

...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Firebase Cookbook
Published in: Nov 2017Publisher: PacktISBN-13: 9781788296335

Author (1)

author image
Houssem Yahiaoui

Houssem Yahiaoui is a Telerik Developer Expert, Google Developer Group Lead, Meetup organizer, Conference Speaker, and Technical blogger among a few things. He has been a developer since the age of 14 and Firebase lover since day one. He's also a passionate JavaScript developer and strongly believes that JavaScript should fix the World's hanger problem.
Read more about Houssem Yahiaoui