0

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.

Mladen Janjetovic
  • 13,844
  • 8
  • 72
  • 82
  • I don't think so... – Cătălin Florescu Feb 09 '17 at 10:54
  • Show us some code that you've tried and your database structure – Rosário Pereira Fernandes Feb 09 '17 at 14:42
  • The Firebase Database always returns full nodes. There is no way to get a subset of the properties. But this typically is a [XY problem](http://meta.stackexchange.com/questions/66377/what-is-the-xy-problem). So as Rosário said: please share the actual problem you're trying to solve and a minimal snippet of the JSON (as text, no screenshot) and code of how you're trying to solve it. – Frank van Puffelen Feb 09 '17 at 14:54

0 Answers0