Chat firestore config

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ธ.ค. 2023
  • add this in your firestore rules
    rules_version = '2';
    service cloud.firestore {
    match /databases/{database}/documents {
    match /{document=**} {
    allow read, write;
    }
    }
    }

ความคิดเห็น • 4