Is there a fast way to perform database-style queries with Firebase?
For example:
Given a firebase reference users
with fields user_id
, name
, and age
, what would be the best way to do a query similar to this:
SELECT name FROM users WHERE `user_id`=147;
and
SELECT COUNT(*) FROM users WHERE age=21;
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…