Auth, Subscription, etc

so, what, I need one layer for authentication (say firebase - [aNOTHER google dependency]) or whatever; and then to offer a "tier level" I need something else still that I suppose I have to conceive and write; and then I have to keep track of users, their subscription states and useage; sometimes it feels like we're going backwards.
3 Replies
rishsane
rishsane2mo ago
You can either use an all-in-one solution like Supabase or Firebase. And also stripe for subscription, it provides various apis for subscription check.
blah
blahOP2mo ago
right, so there's two layers right there: auth and $, or do I misunderstand?
rishsane
rishsane2mo ago
yes

Did you find this page helpful?