Setting arrays in Firebase using Firebase console

后端 未结 3 1873
既然无缘
既然无缘 2020-11-29 05:34

I am using Firebase console for preparing data for a demo app. One of the data item is attendees. Attendees is an array. I want to add a few attendees as an array in Firebas

3条回答
  •  孤独总比滥情好
    2020-11-29 05:53

    After writing my other answer I realized that you might simply be looking how to add push IDs in the console.

    That's not a feature at the moment. Most of is either use different types of keys when entering test data or have a little JavaScript snippet in another tab to generate the keys and copy/paste them over.

    Please do request the feature here, since you're definitely not the first one to ask.

提交回复
热议问题