chore: udpates to README

This commit is contained in:
Kyle Gill
2019-06-10 09:17:05 -06:00
parent a453063192
commit 01c6755c55
4 changed files with 9 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ service cloud.firestore {
&& request.auth.uid == resource.data.userId
&& request.auth.token.email_verified;
allow write: if request.auth != null
&& request.auth.uid == resource.data.userId
&& request.auth.token.email_verified;
}
}