Skip to content

Instantly share code, notes, and snippets.

View rcanu's full-sized avatar

Reymart Canuel rcanu

View GitHub Profile
@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
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;
}
}
@ksafranski
ksafranski / Common-Currency.json
Last active May 29, 2025 14:16
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},