I'm jumping between angularfire, rxfire and firebase-sdk docs and I can't find an answer.
With version 8 of the firebase-sdk API I could simply query RTDB and get the result of my query (not a bunch of snapshot changes). How can I do that with the new API ?
I couldn't find it on any of those docs. Is it possible via angularfire ? rxfire ? firebase-sdk ?
I'm trying to bind a ngFor to the result of my query. I don't want to have to manually handle child_added, child_removed, child_changed, etc.