Answers for "firebase rules for users saved in an array inside the document"

0

firebase rules for users saved in an array inside the document

match /posts/{postId} {   allow read: if request.auth.uid in resource.data.contributors;}
Posted by: Guest on August-07-2021

Code answers related to "firebase rules for users saved in an array inside the document"

Browse Popular Code Answers by Language