https://firebase.google.com/docs/firestore/security/rules-conditions?hl=ja
firestoreのドキュメントにある
allow delete: if get(/databases/$(database)/documents/users/$(request.auth.uid)).data.admin == true
この文の.data.adminの意味がわからず。。何をしている文になるんでしょうか?
投稿2019/11/02 01:12
https://firebase.google.com/docs/firestore/security/rules-conditions?hl=ja
firestoreのドキュメントにある
allow delete: if get(/databases/$(database)/documents/users/$(request.auth.uid)).data.admin == true
この文の.data.adminの意味がわからず。。何をしている文になるんでしょうか?
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。