fom-big-data / fom-big-data-consulting-berlin-mobility-model

Big Data Consulting Project focussing on mobility in Berlin
GNU General Public License v3.0
1 stars 1 forks source link

Create Cloud Firestore database #2

Closed florianschwanz closed 3 years ago

florianschwanz commented 3 years ago
rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write: if true;
    }
  }
}