Učitavanje Mape…
Deep Path Permissions
Pokušavamo čitati podatke (staze, rute, POI):
/artifacts/mtb-evo-park/public/data/*
KOD ZA OTKLJUČAVANJE (SVE ARTIFACTS):
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /artifacts/{document=**} {
allow read, write: if true;
}
}
}