Open m-daisuke opened 3 years ago
cloud functionsで利用する場合、コールドスタートが少し重いかも? https://zenn.dev/ucwork/articles/67663455297629
cloud functionsのoriginはdefaultだとus-central1だが今は変更することもできるっぽい https://firebase.google.com/docs/functions/locations?hl=ja#swift
一旦cloud functionsを用いて実装する あまりにも遅すぎるようであればvercelに切り替えるかも
Firebaseでcloudfunctions, hostingを利用する場合の連携に関して https://qiita.com/sugikeitter/items/22fcbe67402cd1fb91a1
firebase hostingだけでhostingする場合は
next export
で静的ファイル出力してからそれをdeployする形になりそう https://nextjs.org/docs/advanced-features/static-html-exportcloud functionsも利用する場合はhttpsで受け付けたリクエストを全てnextjsのcontrol下においてハンドリングする形になりそう https://github.com/vercel/next.js/blob/f52955ec94e6d1505792b02d88048e18999af5be/examples/with-firebase-hosting/firebase.json#L5