Firebase 3.0 Query of multiple fields / Query.contains() alternative for Firebase 3.0 -


i'm wondering how query particular type of data.

sample set of data

basically want query name contains particular string in both firstname , lastname. example if search string "ani" both names danilo marino , ian danico marino should show up.

i thinking adding of synthetic index combining firstname , lastname .contains() old query api doesnt seem included in new api.

client side filtering might out of question since might have multiple names numbering tens of thousands.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -