MPH-Bali / green-village-project

Powering MPH recycling and composting facilities in Bali
MIT License
9 stars 8 forks source link

Charts firestore rules #234

Open JollyBrackets opened 6 years ago

JollyBrackets commented 6 years ago

Current rules don't allow anyone to read the charts, please add:

match /charts/{chartId} {
        allow read: if true
    }