[Solved] Firebase matching substring
Firebase Database queries can only perform prefix matches, so strings starting with a specific string or starting with a range of string. It is not possible to query for strings ending with a specific value, nor those ending with a range of values. If you really want to do this within Firebase, consider also storing … Read more