Firebase Console/YourProject/RealTimeDatabase/Rules
Add Following Rules in the Realtime database rules Section.
"users": { "$uid": { ".write": "$uid === auth.uid", ".read": "$uid === auth.uid" }
Learn .NET MAUI with step-by-step C# tutorials and ready-to-use code samples MVVM, SQLite, REST APIs, navigation, notifications and more for cross-platform apps.
No comments:
Post a Comment