How to do it...

  1. We will first talk about the initial part of the recipe, which involves saving data in Firebase. So, let's see how that's done. Before we start with how we can save our data within our database, let's take a look at our application and the way it looks. Head to your Firebase project dashboard's Database section, and you will find something that looks pretty much like this (Figure 1):
Figure 1: Showcasing the Blank Firebase Realtime Database.
  1. If you have any experience with web development or data nature, you will recognize that our data will be saved in JSON format. This is actually quite good, as it will mean less time ...

Get Firebase Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.