SSR with Firebase
After updating to Angular 9 an error occurs:
Error: You must pass in a NgModule or NgModuleFactory to be bootstrapped
Getting the same. This has to do with Firebase?
I'm not sure if this has something to do with Firebase, but more likely it's the server.ts file.
Can you check out this stackoverflow issue and see if it helps?
https://stackoverflow.com/questions/49850267/angular-universal-getting-error-you-must-pass-in-a-ngmodule-or-ngmodulefactory
Are you using the serverless functions bit with the appropriate changes?
Afaik Firebase only provides static website hosting -- a CDN will simply serve the files to the client from a bucket. There's no 'server' to actually render/bootstrap the app.