#ryan-mcmillan-metadata
1 messages · Page 1 of 1 (latest)
could you elaborate a bit? what integration path are you using to make payments? checkout? elements? something else?
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
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.
it looks like that example is already doing that - https://github.com/firebase/functions-samples/blob/main/stripe/functions/index.js#L110
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.
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
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.
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
no problem. Thanks for the help
np