Skip to content Skip to sidebar Skip to footer

How To Use Two Contexts For Authentication And Subscription In Chrome Extension?

I want to display the Stripe subscription form after user has signed up into the extension. I want to display home to a subscribed user. And whenever the user opens the extension t

Solution 1:

The easiest option would be redirecting your customers to Checkout to pay, and handling the successful payments in your Firebase app via webhooks, but you can also use the custom flow if you prefer.


Post a Comment for "How To Use Two Contexts For Authentication And Subscription In Chrome Extension?"