Migrate from Built-in Auth to OAuth/Firebase/JWTs

Hey there

If I start off using the built-in authentication, is it possible to switch to using some 3rd-party in the future?

Sounds like it’s going to be quite hard to switch and in the early stages of this app I don’t think anyone on the team can stomach the $150/mo.

Sean

I think we’ve built it in such a way that it should be relatively easy to switch. The price is, of course, another concern. Third-party auth is an enterprise feature. It’s available nowadays in the free-tier. Free-tier is limited in read/write ops which essentially means it’s meant for development. Since that limit is in place it made sense to also allow users to test third-party auth. If it still interests you at a certain point this would allow you to test how easy it would be to switch.