#rag-firebase-android

1 messages · Page 1 of 1 (latest)

rare starBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

hazy dirge
#

Hello! If you're integrating directly with Stripe and have specific questions I can help, but if you're using a firebase extension you'll likely need to talk to them

#

rag-firebase-android

solemn arch
hazy dirge
#

Which specific part?

solemn arch
#

after configuring the extension, it generated these functions

now what's next?

#

there is a link in the extension

how it works

#

so when I clicked it

#

it goes to this github repo

#

it says "web SDK"

hazy dirge
#

Once you understand that, you can replace the server calls with calls to the firebase extension (and you can reference this video https://youtu.be/nw7rOijQKo8?t=1935 if you want some more guidance on how it all comes together)

solemn arch
#

for the add an endpoint section

Firebase already generated a link to me I guess I have to add that endpoint url for webhooks

#

if I got these parts correctly?

hazy dirge
#

Yeah the firebase cloud functions would be what you use instead of calling your own server

solemn arch
#

ok

#

so where does this section comes?

#

it's also unnecessary ?

hazy dirge
#

No you definitely need that - that's where you'd call out to your firebase cloud function to get the information you need

solemn arch
hazy dirge
#

I'm not sure what you mean by push this manually, but you would have to call the firebase function form your app

solemn arch
#

ok so the extension only created these 6 functions only

#

I don't see a function called "payment-sheet" in there

#

these are 6 functions

hazy dirge
#

This is why I recommended that you watch that video - it's not going to be an exact one-to-one mapping because our docs are meant for folks who are itnegrating directly

#

You need to look through the functions and see which of them are returning the information you need

solemn arch
#

in this video he pulled out a Firebase code from somewhere else

#

and also that video doesn't use the extension

#

they directly deploy the functions from the CLI tool

#

So that's why I was confused whether to use the extension or the firebase cli tool they have used in the video tutorial

#

you can see this piece of code is not even in the stripe doc

it's from somewhere else, the code is in the provided github link though, but it's not maintained and archived

#

stripe code

hazy dirge
rare starBOT
solemn arch
#

yah invertase

#

that's the extension I use, since stripe no longer develop ( i guess)

robust schooner
#

yeah you'd need to talk to them about this

solemn arch
#

it cannot be this complicated right

#

I will talk to Firebase and Invertase

#

thank you thank you

#

@hazy dirge , @robust schooner for allocating your time for me