Get Firebase child nodes' names without getting their children too in Firebase response?

前端 未结 2 835
闹比i
闹比i 2020-12-16 15:24

I have the following hierarchy on firebase, some data are hidden for confidentiality:

\"enter

2条回答
  •  青春惊慌失措
    2020-12-16 15:40

    It is a bit old, and you probably already know, but in case someone else comes along. You can do this using REST api call, you only need to set the parameter shallow=true

    here is the documentation

提交回复
热议问题