Sorta specific question: how are we doing payments?
I have an rn expo app using supabase for db/auth and a nest js backend on railway. Sometimes call straight from db for reads but backend for most complex stuff. I’ve seen people talk about how stripe is painful rn, and clerk is a nice wrapper for that.
So I have 2 options:
supabase + clerk (+ technically stripe)?
OR
supabase + stripe?
Is there a better way to do this?