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
How to change the name of cloud function name while working with Multiple angular SSR hosting in same project as the function name is default to SSR? #2825
I was working in a project with I needed 3 web hosting and all of them are angular SSR application. Things worked fine when there is only one angular SSR app. But as another angular SSR app was added. The corresponding cloud function for the second SSR app was updating the previously created SSR function.
How do I change the name of cloud function so it can deployed saperatly??