Comment by maxbond
2 days ago
(No affiliation, just what I've picked up.)
HN doesn't depend on Firebase, the HN API does but HN isn't built on top of it (and presumably the API is down). HN is a monolith which uses a disk as it's database, it goes down sometimes when eg the disk fails, and it can't scale so under heavy load it starts failing requests, but it's about as robust to cloud outages as it's possible to be.
Fun fact: HN was down once because both the disks failed at 40000 hours. https://news.ycombinator.com/item?id=32026606
It's amazing that it's almost never down, unless it's especially obscure things like this.