I am trying to Query a value in the Firebase Database not by a specific value, but something it contains.
For example:
Database:
-users: "user1, user2, user3"
I want to query user2, but since it is with other values, I cannot query it. Is there a way to query using contains()?
Thanks