DeveloperPlayBook
Python
Python
  • Introduction
  • Architecture
    • Technology Stack
    • ADR Records
  • Design
  • Bootstraping
  • Development Environment
    • Accounts (AWS, GCP, CircleCI)
  • Services/API
    • Serverless
    • Containers
    • Python
    • Firebase
    • Chatbots
    • Testing
  • Frontend
    • Serverless
    • Containers
    • Chatbot
  • Plattform
  • IAM - IAMaaS
  • Persistance - DBaaS
    • Serverless
    • Container
  • Event Driven / Streaming aaS
    • Kinesis
  • AI - AIaaS
  • Production / Reliability Engineering
  • create-k8s-secrets
  • VI
  • Tools
Powered by GitBook
On this page
  1. Services/API

Firebase

# source https://www.youtube.com/watch?v=DYfP-UIKxH0
# install node and npm
npm i -g firebase-tools
mkdir firebase-sample
firebase login
firebase init

Typescript: https://stackify.com/typescript-vs-javascript-migrate/

Implement the functions ...

Save configuration: https://firebase.google.com/docs/functions/config-env

# config secrets
firebase functions:config:set facebook.healthengineer.verifytoken=$(lpass show facebook-healthengineer --password)
#check
firebase functions:config:get
PreviousPythonNextChatbots

Last updated 7 years ago