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

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -