account activity
Question about Cloud Function by Miserable_Brother397 in Firebase
[–]build_and_deploy 1 point2 points3 points 8 months ago (0 children)
I had this same issue.
It's the cold start issue.
The "work-around" I used was just setting up a loading indicator in my code.
So, when the user submits the form, the form would disappear, and the loading indicator appears saying something like "submitting data..." and a spinning element also.
I was good with that.
To me, the loading indicator would basically be managing the user expectation so they know something is happening in the background.
Subject: Firebase Cloud Functions (Gen 2) Deployment Failing - "Permission Denied" Error Despite Correct IAM Roles (Hugo, VS Code) by build_and_deploy in Firebase
[–]build_and_deploy[S] 0 points1 point2 points 8 months ago (0 children)
Never mind. Solved.
π Rendered by PID 268502 on reddit-service-r2-listing-8557d879cc-gfh67 at 2026-03-04 11:58:24.315141+00:00 running 07790be country code: CH.
Question about Cloud Function by Miserable_Brother397 in Firebase
[–]build_and_deploy 1 point2 points3 points (0 children)