I have a firebase model where each object looks like this:
done: boolean
|
tags: array
|
text: string
Each object's tag
array can contain any number of strings.
How do I obtain all objects with a matching tag? For example, find all objects where the tag
contains "email".
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…