• Cloud Run functions では隠蔽されているが Cloud Run では Eventarc + Pub/Sub の構成が必要 • 移行時に並行運用期間が発生するため冪等な処理が必要 ◦ そもそも GCF のトリガは at least once なのだが…… Events are delivered at least once, but a single event may result in multiple function invocations. Avoid depending on exactly-once mechanics, and write idempotent functions. https://firebase.google.com/docs/functions/firestore-events?gen=1st#limitations_2