The guide inspired by Static outbound IP address for Cloud Run.
gcloud compute networks list
{ | |
"USD": { | |
"symbol": "$", | |
"name": "US Dollar", | |
"symbol_native": "$", | |
"decimal_digits": 2, | |
"rounding": 0, | |
"code": "USD", | |
"name_plural": "US dollars" | |
}, |
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; | |
} | |
} |
The guide inspired by Static outbound IP address for Cloud Run.
gcloud compute networks list