The guide inspired by Static outbound IP address for Cloud Run.
gcloud compute networks list
The guide inspired by Static outbound IP address for Cloud Run.
gcloud compute networks list
service cloud.firestore { | |
match /databases/{database}/documents { | |
match /notes/{doc} { | |
allow list: if false; | |
allow get: if true; | |
allow create: if true; | |
allow delete: if true; | |
allow update: if true; | |
} | |
} |
{ | |
"USD": { | |
"symbol": "$", | |
"name": "US Dollar", | |
"symbol_native": "$", | |
"decimal_digits": 2, | |
"rounding": 0, | |
"code": "USD", | |
"name_plural": "US dollars" | |
}, |