Hacker News new | ask | show | jobs
by bobfunk 3596 days ago
Netlify founder here. Firebase hosting is great for simple static content that you push manually.

We do continuous deployment with deep git integration that'll create unique preview URLs for each pull request, making it awesome to collaborate on single page apps or content driven websites.

In general you'll find a very deep feature set that's making it possible to take this approach to building sites all the way from simple prototypes to running, maintaining and serving huge projects.

1 comments

Gotcha. The very best of luck!