mardi 12 septembre 2017

how to structure this correctly in firebase

So I have a Team and an Event, with a one-to-many relationship and a date column on the Event. What I want to do in SQL is:

select * from events where team_id = :team_id and date > date.now()

How do I accomplish this using firebase web?




Aucun commentaire:

Enregistrer un commentaire