I want to retrieve data on Firebase by using "LIKE".
In SQL Server, easy excute "LIKE" by: WHERE column LIKE '%abc%'
And now, how can we do it in Firebase???
UPDATE:
I'm developing on Android, not Web. Is there any APIs to do this?
I want to retrieve data on Firebase by using "LIKE".
In SQL Server, easy excute "LIKE" by: WHERE column LIKE '%abc%'
And now, how can we do it in Firebase???
UPDATE:
I'm developing on Android, not Web. Is there any APIs to do this?