I am working on an Android application which uses Firebase database as a backend. Now I am afraid that if anyone can get my Firebase URL, they can manipulate my data. I also studied answers of this question.
One of its answer is saying like this ".write": "auth.uid === 'admin'",
But I want to give database access to all of my users only through my application. So how can I do this? Please advise. There is an option available in the Manage Project section to add Fingerprint
but has not helped me.