Skip to content

Instantly share code, notes, and snippets.

View ernestkamara's full-sized avatar

Saidu Ernest Kamara ernestkamara

View GitHub Profile
@ernestkamara
ernestkamara / account_key.json
Last active April 3, 2020 08:49
Cloud Function Demo Service Account
// ./account_key.json
// https://console.firebase.google.com/u/1/project/project_id/settings/serviceaccounts/adminsdk
// Google recommends using Secret Manager to store API keys, passwords, certificates, and other sensitive data.
{
"type": "service_account",
"project_id": "...",
"private_key_id": "...",
"private_key": "...",
"client_email": "...",
"client_id": "...",
Developer setup guid
https://www.stuartellis.name/articles/mac-setup/
# Install Xcode
xcode-select --install
# Install and update Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"