#joni.giuro
1 messages · Page 1 of 1 (latest)
Hey! No such thing as a stupid question. That's pretty much it:
- Switch out your API keys.
- Change any webhook signing secrets.
- Be wary of any hardcoded object IDs as they will be different between environments.
The toggle on the Dashboard is purely for switching between live/test data on there, has no impact on your integration
I changed the api keys but still see the test mode, the webhook secrets might be the issue in this case. I'm using firebase's stripe extension, it's probably hidden in there somewhere
but still see the test mode
Where do you see test mode?
when I go on my site and try to subscribe, I see "test" next to my app name
You'll likely need a separate Firebase project for your production environment that talks to your live Stripe environment
When you install the extension on that project, you'd pass your live keys when prompted
I see, thanks!
btw is there a way to copy my test products over to live or do I have to manually recreate them?
You can from the Dashboard, yep:
Nice! Thanks a lot!