firebaseのcloud functionsで
firebase deploy --only functions
をしようとした時に以下のようなものが出て困ったので残しておきます。
Could not create or update Cloud Run service striperedirectreauth,
Container Healthcheck failed. Revision '⚪︎⚪︎⚪︎' is not ready and cannot serve traffic.
The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable within the allocated timeout.
This can happen when the container port is misconfigured or if the timeout is too short.
The health check timeout can be extended. Logs for this revision might contain more information.
ターミナルで
cd functions
をしてから
npm install axios
とか
npm install 〇〇 〇〇 〇〇
とりあえずcloud functionsで使うやつを片っ端から〇〇に当てはめていけばいいと思います
flutter webでもflutterでも同じだと思います。
(多分)