Parameter not being passed into API call.

Hi all,

Below is the action flow of a process which checks whether or not a store has an active stripe subscription. I first query a employee document which is associated with the authenticated user, then I query a store document associatred with the employee document. This store has a stripe customer ID on it. This ID is supposed to be passed into an api call as one the parameters for a firebase cloud function that will get the target data from stripe. However, my issue arises when I try to pass the stripe customer ID into the call. The previous queries are correct, and when I use chrome dev tools I can clearly see a stripeID attribute being sent to the app as part of the store document query. See below for more info. Is this a flutterflow bug regarding consecutive related backend calls? NOTE: the action point that is failing is action 4 stripe subscription. NOTE: The data shown is test data, not live data. Thank you for your assistance!

NOTE:

  • the action point that is failing is action 4 stripe subscription.

  • he data shown is test data, not live data. Thank you for your assistance!

  • the image with "query string parameters" is part of the payload being sent to the firebase cloud function, as seen, the stripeID is null

  • Despite this, the "stripeID" json seen below is from the previous query.

  • This was tested live in the chrome browser, not through flutterflow

2
3 replies