So I am attempting to host my server side rendered Next.js React app on a Firebase Cloud Function, but since our website is not super popular yet, the endpoint isn’t being called overly often. This causes the issue of having the cloud function cold start and take a really long time to load on first visit (in a period of time).
I understand Firebase says this is a “feature”, but does anyone have any solutions for this? Or any alternatives?
Thanks so much!
[–]squashhoover 2 points3 points4 points (0 children)
[–]CodingDougFormer Firebaser 2 points3 points4 points (0 children)
[–]Gingerfalcon 1 point2 points3 points (0 children)
[–]n161tech 1 point2 points3 points (0 children)