Code Monkey home page Code Monkey logo

Comments (5)

thorsten-stripe avatar thorsten-stripe commented on June 5, 2024 1

@VinLucero the way product and pricing information is entered into your Firestore is via webhook events that are sent from Stripe. These events are only emitted when you either create a product/price or when you update it (e.g. update the name or description).

So if you delete the existing product collection and change the collection path in the extension, you will need to retrigger these events. One way to do this is by archiving the product/price and then unarchiving it or alternative updating the name or description.

image
image

I'm leaving this open in case others run into this and to track that we should add this to an FAQ somewhere.

from stripe-firebase-extensions.

VinLucero avatar VinLucero commented on June 5, 2024

Also seeing this while retrying:

failed to startDeploymentManagerWork for instance id: firestore-stripe-subscriptions, parentId: clowte-prototype: error updating deployment for "projects/clowte-prototype/global/deployments/firestore-stripe-subscriptions" with delete policy "ABANDON": DM HTTP 404 error. Body: { "error": { "code": 404, "message": "The object 'projects/clowte-prototype/global/deployments/firebase-ext-firestore-stripe-subscriptions-t1zkfn' is not found.", "errors": [ { "message": "The object 'projects/clowte-prototype/global/deployments/firebase-ext-firestore-stripe-subscriptions-t1zkfn' is not found.", "domain": "global", "reason": "notFound" } ] } }

from stripe-firebase-extensions.

VinLucero avatar VinLucero commented on June 5, 2024

I think that above error is just because I clicked cancel or tried reconfiguring too many times too quickly.

from stripe-firebase-extensions.

dackers86 avatar dackers86 commented on June 5, 2024

Closing. Issue appears to have been resolved.

from stripe-firebase-extensions.

dackers86 avatar dackers86 commented on June 5, 2024

@VinLucero Can you confirm this is no longer an issue?

from stripe-firebase-extensions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.