Git Product home page Git Product logo

Comments (5)

thorsten-stripe avatar thorsten-stripe commented on June 8, 2024 2

Thanks @laurenzlong, this is because collections can only be either at the root or within a document, correct? So for stripe/customers/invoices, stripe is the root collection, customers is a document, invoices is a sub-collection of the customers document. Is that correct?

So using stripe/products for products path and stripe/customers for customer path is impossible, but using stripe/mysubsapp/products for products path and stripe/mysubsapp/customers for customer path would be possible. Would that be an antipattern though?

I'll add the validationRegex πŸ‘

from stripe-firebase-extensions.

laurenzlong avatar laurenzlong commented on June 8, 2024 2

from stripe-firebase-extensions.

laurenzlong avatar laurenzlong commented on June 8, 2024 1

Firestore collections need to be an odd number of segments (i.e. customers or stripe/customers/invoices). I recommend adding the regex ^[^/]+(/[^/]+/[^/]+)*$ to all the Firestore collection path parameters in both extensions.

from stripe-firebase-extensions.

thorsten-stripe avatar thorsten-stripe commented on June 8, 2024

I was able to reproduce this on my account:
image

; RESOURCE_ERROR at /deployments/firebase-ext-firestore-stripe-subscriptions/resources/createCheckoutSession: {"ResourceType":"gcp-types/cloudfunctions-v1:projects.locations.functions","ResourceErrorCode":"400","ResourceErrorMessage":{"code":400,"message":"The request has errors","status":"INVALID_ARGUMENT","details":[{"@type":"type.googleapis.com/google.rpc.BadRequest","fieldViolations":[{"field":"event_trigger","description":"Expected value stripe/customers/{uid}/checkout_sessions/{id} to match regular expression [^/]+/[^/]+(/[^/]+/[^/]+)*"}]}],"statusMessage":"Bad Request","requestPath":"https://cloudfunctions.googleapis.com/v1/projects/stripe-subscriptions-firebase/locations/us-central1/functions","httpMethod":"POST"}}; RESOURCE_ERROR at /deployments/firebase-ext-firestore-stripe-subscriptions/resources/onCustomerDataDeleted: {"ResourceType":"gcp-types/cloudfunctions-v1:projects.locations.functions","ResourceErrorCode":"400","ResourceErrorMessage":{"code":400,"message":"The request has errors","status":"INVALID_ARGUMENT","details":[{"@type":"type.googleapis.com/google.rpc.BadRequest","fieldViolations":[{"field":"event_trigger","description":"Expected value stripe/customers/{uid} to match regular expression [^/]+/[^/]+(/[^/]+/[^/]+)*"}]}],"statusMessage":"Bad Request","requestPath":"https://cloudfunctions.googleapis.com/v1/projects/stripe-subscriptions-firebase/locations/us-central1/functions","httpMethod":"POST"}}

@jhuleatt @laurenzlong any idea what's happening here? Are paths supported in the extension.yaml file? Do I need to specify a validationRegex like here: https://github.com/firebase/extensions/blob/master/firestore-translate-text/extension.yaml#L110?

from stripe-firebase-extensions.

laurenzlong avatar laurenzlong commented on June 8, 2024

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.