Why do firebase collections seem to begin with a null row?

前端 未结 2 1414
遥遥无期
遥遥无期 2021-01-01 12:32

\"firebase

I\'ve created a simple firebase data set to test some REST calls with (see the im

2条回答
  •  鱼传尺愫
    2021-01-01 13:10

    I found a hack for the above issue. Just use a non-numeric (dummy) key with all numeric keys and firebase will not convert the numeric key to null when you export. Please check the screen-shot for better understanding. I have used 'd' with other numeric keys, even though i am not using key 'd'.

提交回复
热议问题