Posts by Talison Costa • 1 point
1 post
-
0
votes1
answer68
viewsA: Firebase: Filter Child Node query on Angularfire2 firebase
A quick solution is to take this list using the firebase "value" event, and use the rxjs filter operator on the client side. Another way to do it is by using firebase functionshosts to process the…