#ryan-mcmillan-metadata

1 messages · Page 1 of 1 (latest)

surreal sphinx
#

could you elaborate a bit? what integration path are you using to make payments? checkout? elements? something else?

radiant quiver
#

Hi, I was tasked to create a function on my companies website that will allow users to make donations to churches over the UK. Currently, I've been working on an indepedant app to try an find a solution. I've been working through this tutorial https://github.com/firebase/functions-samples/tree/main/stripe

GitHub

Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase - functions-samples/stripe at main · firebase/functions-samples

#

I've managed to get the payments stored in Stripe, but I'm wondering how we could get the payments displayed on a webpage. I've been looking at trying to push the payment information into cloud firestore.

surreal sphinx
radiant quiver
#

Maybe I'm not understanding it properly, but it stores the test payment in stripe and is storing the created user in both stripe and firebase authentication. I don't think it's storing the payment within cloud firestore. The end goal is to try and get it to accept live payments made.

surreal sphinx
#

I'm not familiar with firebase, but from what I can tell of the code, it's creating a payments collection within firebase

#

and the comment above that line certainly seems to think that the payment is being written to the db

radiant quiver
#

We're looking into it. Do you have any advice on trying to get previous stripe payments stored onto firebase. I've made sigma reports and converted them to .csv files.

surreal sphinx
#

not especially, sorry

#

you'd want to make a script to churn over the csv & write it to the db, but what the specific firebase apis are for that, I don't know

radiant quiver
#

no problem. Thanks for the help

surreal sphinx
#

np