Please tell me the rules to prevent reading and writing in the Realtime database of Firebase from Other than 'specified application installed from Google Play' and my Firebase console. Full access is fine as long as it is from the specified app.
Asked
Active
Viewed 28 times
0
-
It's not possible. You can only limit access to authenticated users within your project. – Doug Stevenson Oct 08 '20 at 02:31
-
There is only one app in the project. I want to prevent access from other than that app. – simlejack2 Oct 08 '20 at 02:49
-
It's not possible. Anyone with an internet connection can read and write your database unless you restrict access to Firebase Auth users. Read the marked duplicate. – Doug Stevenson Oct 08 '20 at 02:50
-
Does restricting access to Firebase Auth users mean restricting access to regular users? – simlejack2 Oct 08 '20 at 03:02
-
Firebase Auth is being accessed by a large number of unfamiliar users. No one has downloaded the app! How did they access it? – simlejack2 Oct 08 '20 at 03:05
-
If you have new questions, please post them separately. – Doug Stevenson Oct 08 '20 at 03:26