Is there any way to implement authentication in Xamarin Forms app towards firebase realtime database. So that there is restriction on accessing db only from my app and not allowing everyone to read and write to db?
Asked
Active
Viewed 23 times
1 Answers
0
Check out Firebase App Check, which does precisely that.
It's no guarantee though as a sufficiently motivated user can still bypass such measures, so you'll also still want to implement the necessary instructions in security rules.
Also see:

Frank van Puffelen
- 565,676
- 79
- 828
- 807