What if I publish my android app using firebase realtime database in public mode,because I don't need any authentication.It says
Public access makes your database open to anyone, even people not using your app, so be sure to restrict your database again when you set up authentication.
I don't clearly understand how can anyone have access to my database if their app's are not connected to my database and they also doesn't have login passowrd for the firebase account.
Thx in advance