Hacker News new | past | comments | ask | show | jobs | submit login

I actually do exactly this for a site I'm building. I use Firebase and Angular together and I host the site for next to nothing using Amazon's S3 static hosting option (costs me like $2 a month). I wrote a more robust angular firebase module than angular-fire, the one the Firebase guys wrote, and I also created a tiny framework/script-runner similar to Yeoman that automates a bunch of stuff including deploying to S3.

I'll message you when I make it all publicly available.




Would love to see your angular-firebase module (if you're willing to share it) - it would be great to integrate some of it back into the original module!


Yes, let me know when it's available.

I thought you could host your HTML file on firebase too? Why do you need S3?


Firebase only stores data at the moment, to store the static assets, you'll still need a service like S3, Github Pages, Site44, or Harp.IO.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: