Manually inserting data in Firebase

前端 未结 4 1726
梦毁少年i
梦毁少年i 2021-02-01 13:50

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:

4条回答
  •  梦毁少年i
    2021-02-01 14:38

    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].

提交回复
热议问题