首页 > 解决方案 > how to add products and prices in stripe through firestore using stripe subscription platform

问题描述

I have installed Run Subscription Payments with Stripe using this tutorial: https://firebase.google.com/products/extensions/firestore-stripe-subscriptions.

Now, when I add product in stripe it gets added in Firestore:

enter image description here

Now, as you can see the product "apple" above with product-id. "prod_KWe22kb9FUWoxH" price is added in firestore below:

enter image description here

But when in the below figure, manually, I add product "app" below with product-id. "4Y2kEkf5Ks1w2PDRNzYR" prices etc. is added in firestore below, it does not get added to stripe:

enter image description here

I have also updated the rules to both read and write products as you can see in the screenshot below:

enter image description here

So, why does product "app" with product-id. "4Y2kEkf5Ks1w2PDRNzYR" and prices etc does not get added to stripe ?

标签: iosfirebasegoogle-cloud-firestorestripe-payments

解决方案



推荐阅读