The backend engineer in me is a little wary of using these and it seems like it will be hard to get off these platforms later. Firebase looks cool, but I worry about using a NoSQL database in 2023. The AWS Amplify solution is tempting, but knowing AWS it will be clunky and require more time to administrate.
Does anyone have any suggestions or experience in using a BAAS? Thanks.
edit: I also have seen some hype on using Supabase which uses postgres, and a new firebase competitor named Convex which seems very new.
> The backend engineer in me is a little wary of using these and it seems like it will be hard to get off these platforms later
We're open source with a Apache-2.0 license and will never switch it.
You can also self host it yourself on your architecture or you can host it on ours.
What I like about WunderGraph personally is that it allows you to create your own firebase like toolkit with the tools you want, without getting locked into 1 vendor.
Give it a try and let me know what you think!
One of the advantages we offer is ease of use backed up by GCP scale, reliability, and wide variety of additional products.
For example if you use Firestone and Cloud Functions with Firebase, you will still see your instances in GCP.
In that sense Amplify offers a similar experience but a higher complexity and a smaller community.
I'm building Singlebase.Cloud[1], the next generation BaaS, that will provide a NoSQL Datastore, Authentication, Storage, Search, Image processing, Analytics and more.
All with a friendly API to access and manipulate your data via SQL, GraphQL, REST.
Granted it's not a SQL DB, it provides a SQL interface to query and update your data.
And for GraphQL, your data becomes the schema. There is no need to build a schema, whatever you throw at it, it will return it, if it exists in the response. Making the GraphQL a presentation layer. (I think it's cool)
Let me know what you think of the idea.