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

Implementing offline capabilities support

Firebase offers the offline experience outside of the box. There's no need to do any magical trick or write any piece of code; all you need to do is to focus on your application logic and exploit the Firebase API in the best way you can. All the changes you will do to the database will be synchronized once connected to a stable connectivity source.

In this recipe, we'll see how we can know whether we're simply connected to our database or not; this feature is simple but can help us enormously in improving our user experience.

Getting ready

In order to have the needed reference point within our application to support the added functionality, simply ensure that your project...

lock icon
The rest of the page is locked
Previous PageNext Chapter
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