Instructions

Overview

You are tasked with adding persistent data storage to an unfinished todo application using Firebase’s Realtime Database product

Instructions

1) Download starter code

2) Create a new Firebase project called doit-app

3) Add a “Realtime Database” to the project and choose the “Start in test mode” option

4) Add a top level node called tasks(in the name field) and paste the following in the value field: { "111": { "name": "do taxes", "completed": false }}

inline

After adding the tasks node, your data should look similar to the image below:

inline