I am trying to implement sqlite
like
query in firebase database. For e.g. If there are 10 entries abc1, abc2, abc3, ..... abc10. Query with abc+"%"
should display all 10 entries. I tried orderByChild("").equalTo("")
as well as startAt("")
, but did not get the desired result.
Tried this link, but still stuck. Kindly suggest.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…