I am trying to get all the users having the name that contains a given string from Firebase. For example, if I have these users:
Devid, Andy, Bob
oxyzen library in github does that given you do inserts and updates with some wrapped firebase
for the indexing part basically the function:
in the oxyzen implementation, subsequent updates of the document ACTUALLY reads the index and updates it, removing the words that don't match anymore, and adding the new ones.
subsequent searches of words can easily find documents in the words child. multiple words searches are implemented using hits