DEV Community

Discussion on: ▲🔥 Getting started with Next.js, ZEIT Now, and Firebase

Collapse
 
gorvgoyl profile image
Gourav

nice tutorial! why can't we go full power firebase i.e. use firebase hosting instead of zeit

Collapse
 
ackvf profile image
Vítězslav Ackermann Ferko

IIRC firebase hosting doesn't support SSR out of the box. It can be mimicked with the use of functions, but Vercel probably does much more optimizations with their Next.js hosting.