既存データ対新規データセクションのlinkのFirebaseドキュメントでは、データの作成または削除に次のルールが適用されることを示しています。 // we can write as long as old data or new data does not exist
// in other words, if this is a delete or a create, but not an
に基づいて設定したセキュリティルール私はこのように、それは認証に基づくセキュリティルールがどのように安全な理解したいと思います: service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if request.