Stripe Monthly Subscription Functionality

The replit.dev link was already added, and the [domainname].replit.app link was already added too. It is showing the [projectID].firebase.app link when I try to sign into Google now as a test user… is that correct?

I do believe so, yes.

I was hoping it can just show my main domain link, rather than the firebase domain. Is that possible?

Could be a limitation with the free plan. I’d fight that battle later and get your app working.

Tested and it is still showing the free dashboard for a paid user :frowning:

Want me to take a look? Send me a DM.

Yes, that would be great. I tried to start a personal chat with you, but it’s not pulling you up to DM. Are you able to DM me?

any reason for firebase over replit auth

Portability. Branding.

1 Like

I am in need of a “stacking subscription” model. This is where multiple subscriptions can be purchased by a user. I am using Stripe and have not coded anything just yet. But via Claude chat I am told: “With PostgreSQL + Drizzle ORM, you’re actually in a MUCH better position than Firebase for subscription stacking. Relational databases excel at this. Here’s your best-practice setup:”

Any thoughts or pearls of wisdom based upon Replit experience?

Maybe I’m off base, but it has more to do with Stripe config than anything else. Aside from that, I never use Firebase for DB, only for auth and SSO. I always rock the PostgreSQL + Drizzle ORM.

New T-Shirt idea: “Rockin the Drizzle!”

I’ll persist on then with With PostgreSQL + Drizzle ORM and see what comes of it.