DEV Community

Discussion on: Implement Angular Server Side Rendering and Deploy Angular Universal App to Firebase with Schematics

Collapse
 
beazer profile image
Dave

This is great! After spending a few days struggling to get SSR working this is the most straightforward one to get it working. Is there anyway to change the region the ssr cloud function gets deployed to? I have an existing project with cloud functions running in europe-west1 region.

Collapse
 
thesmedegaard profile image
Søren Smedegaard

I would also like to know how I can change the region. Did you find a solution, Dave?

Collapse
 
beazer profile image
Dave

Hi Søren, no unfortunately I didn’t go with SSR in the end for my project. Instead I used Scully to generate a static site which achieved what I wanted and seems less flaky than SSR.