Check out the AWS offerings (Amplify + AppSync) if you're rolling off Firebase: https://aws-amplify.github.io https://docs.aws.amazon.com/appsync/latest/devguide/welcome....
Firebase outages and misleading status reporting
51–52 of 52 posts
Re: Firebase outages and misleading status reporting
#52Earlier quoted context omitted.
Firebase does a lot more, including a slew of Auth options that make life much easier. Add to that the ability to resolve connections dropping out (common on mobile) and that their libraries have been ported all over the place, and Firebase is a defacto answer for mobile developers. It can be up and running from in less than 30 minutes for someone who has 0 experience in cloud development. It is hard to replicate tha…
The common use cases for firebase can be easily reproduced with Phoenix. Phoenix also comes with a handy presence feature that allows you to track whether someone is currently using the product. (Think which present users in a chat room) I understand the skepticism, but I would highly suggest taking a look and playing around. It's really, really good plus you get to fully own everything you build ;)
Also, "fully owning" everything isn't a selling point for everyone. Some don't want to own the uptime, manage infrastructure devops etc. Serverless/managed services have their use cases.
Small teams, individual developers, bootstrapping an app quickly, running a web app with no servers to manage... Often times much more valuable capabilities than being able to reimplement to functionality already availabile to you for very low cost.