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

javascript - How do you prevent nested queries/catches in sequelize? -

ruby on rails - ActiveRecord order not working -

java - ConcurrentModificationException upon committing transaction with Hibernate -