Guest User

Untitled

a guest
Nov 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. service cloud.firestore {
  2. match /databases/{database}/documents {
  3. match /analysis/{analysis} {
  4. allow read, write: if request.auth.email == resource.data.owner
  5. }
  6. }
  7. }
Add Comment
Please, Sign In to add comment