Since 1st gen functions will soon be shut down, I'm migrating my projects to use 2nd gen functions.
According to the Firebase console, 1st gen functions are reachable at URLs like
https://$REGION-$PROJECT_NAME.cloudfunctions.net/$FUNCTION_NAME
while for 2nd gen URLs seem something like
https://$FUNCTION_NAME-$SOME_KIND_OF_PROJECT_ID-$REGION_SHORT.a.run.app
but they're still reachable at 1st-gen-like URLs.
How long will 2nd gen functions be reachable both ways?
Solved! Go to Solution.
Hi @cionzo,
Welcome to Google Cloud Community!
Remember, migrating to new URLs and staying informed about updates is crucial for a smooth transition and to avoid future disruptions.