Slide 59
Slide 59 text
// firebase.json
{
"hosting": {
...,
"rewrites": [
{
"source": "/api/**",
"run": {
"serviceId": "cloud-run-name",
"region": "us-central1"
}
},
{
"source": "**",
"destination": "/index.html"
}
]
}
}
59
/apiのルーティングはCloud RunというGoogle
Cloud PlatformにデプロイされたDockerコンテ
ナにリクエストされる