You are tasked with adding persistent data storage to an unfinished todo application using Firebase’s Realtime Database product
1) Download starter code
The starter code for this code along is hosted on Github, see the url below:
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 }}
After adding the tasks
node, your data should look similar to the image below: