I have a Firebase collection that looks like this:
Source: https://weld-development-tom.firebaseio.com/projects/5649ddc3f709a10c003cf031/screens (need auth)
But when I request it over the Firebase JSON API, it looks like this:
[
null,
{
"dateUpdated" : 1454489265605,
"elements" : { /* removed to make question shorter */ },
"name" : "Screen 1",
"slug" : "screen-1"
}
]
How can I get the real screens collection through the JSON API?
