Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 608 Bytes

README.md

File metadata and controls

32 lines (29 loc) · 608 Bytes

App Dev with Google Cloud

  • Overview of GCP Services including Firebase

    • GCP Projects
  • Firebase

  • Cloud Run

    • gcloud run deploy
    "rewrites": [
    
      {
        "source": "/api/**",
        "run": {
          "serviceId": "python-app",
          "region": "us-east5"
        }
      }
    ]