Skip to content

Instantly share code, notes, and snippets.

View rcanu's full-sized avatar

Reymart Canuel rcanu

View GitHub Profile
@ksafranski
ksafranski / Common-Currency.json
Last active April 23, 2025 09:47
Common Currency Codes in JSON
{
"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;
}
}
@brokeyourbike
brokeyourbike / cloud-functions-static-outbound-ip.md
Last active April 21, 2024 00:50
Cloud functions static outbound IP address

Cloud functions static outbound IP address

The guide inspired by Static outbound IP address for Cloud Run.

1. Find the name of your VPC network:

gcloud compute networks list