Hello everyone! I’m creating an simple app that simulates a registration with firebase database.
The problem is: I want to search for every user that has the same name in the database. But i’ve got no idea of how i should do it.
For those who knows a bit of SQL, it would look like this:
SELECT * FROM table WHERE name = “John”