allowAllDescription top-level constant

String const allowAllDescription

Implementation

const allowAllDescription = '''service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write;
    }
  }
}''';