I’m trying to make netflix clone with this tutorial – https://www.youtube.com/watch?v=AHYVxg-lJX4&t=109s but products from Stripe are not pushing to Firestore
i went through this tutorial 1000 times and did everything exactly the same, but they just don’t transfer, i tried to add it manually, but the app doesn’t work
2
Answers
From the tutorial, have you installed the Stripe Firebase Extension?
https://extensions.dev/extensions/stripe/firestore-stripe-payments
If this has been installed:
Most likely this is a Stripe key issue if the Ext is installed correctly.
If working correctly your products will appear in your Firebase collection as defined in your Stripe extensions configuration. Most likely the
products
collection in your Firestore database.There’s no way to know exactly what is the issue, but common problems could include but not limited to:
You need to check the video again for any small detail that you might have missed.