I am creating an app using Angular.js and Firebase and until I have the interface in working order, I am planning on manually inserting data. While it\'s easy enough to add key:
If you head to Firebase Forge (at https://[your-firebase].firebaseio.com
), you can load up the Graphical Debugger for your Firebase and manually add, modify, or remove data, as well as watch it as it changes in real-time.
To add hierarchical data using Forge, using the +
button to create a new child attribute, give it a name and leave the value blank, and then use the +
button on the child to begin adding more children or child attributes. When you're ready to save your data, use the Add
button, or hit [Enter]
.