Relative Content

Tag Archive for flutterfirebasegoogle-cloud-firestorefirebase-security

Firebase security rule for users to access other users data

I want my users in my flutter app to be able to access other users recipes if the other user allowed them. I am using Firebase Cloud Firestore as the DB. So if the current user is part of the requested users usersAllowedToRead collection then they can also access the other users recipes.