I'm trying to retrieve
some data from my Firebase database
, but I don't want it to return all the children
of a node.
I could achieve that, for example with MySQL
:
SELECT name FROM Student;
Thanks in advance.
I'm trying to retrieve
some data from my Firebase database
, but I don't want it to return all the children
of a node.
I could achieve that, for example with MySQL
:
SELECT name FROM Student;
Thanks in advance.