You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting a cold start latency of 5+ seconds while using firestore database. I came across this age old issue- https://issuetracker.google.com/issues/158014637 and the solution here- #1901 but even after implementing the solution as mentioned, I am still getting a latency of 5-6 seconds.
"firebase-admin": "^11.8.0" is the only dependencies I have.