I am using firebase for my android app and using anonymous authentication. Now anyone can see the url by monitoring the requests or reverse engineering the app. And then make his own app with my firebase url and use use anonymous authentication. So how to prevent this?
I am using anonymous authentication so that nobody can use the rest endpoints.
I have read the below post but i don't understand how to prevent this.
How to prevent other access to my firebase
My writes are authenticated with email + password.
My reads are authenticated by anonymous authentication.