I’m building an ordering app for a coffee shop in react native, and I want to keep the number of systems involved to a minimum. I’m currently using supabase for the auth & database components, and was wondering if there was a way to also use it as the backend for the Square API features that require one, too. (Customer API, payments, etc)
Yes, I can use Heroku, but I’d like to keep it down to just supabase if possible. I don’t want to end up with 30 different things needed to support the app, that’s going to make updates & maintenance excruciating.
Here’s hoping there’s a good solution!
2 posts - 2 participants