#abhishek-firebase-webhook
1 messages · Page 1 of 1 (latest)
Hi there! Can you share your webhook handler code?
What are you seeing in the CLI?
Stack Overflow
It is showing no error but it is not reaching Firebase.i am using stripe CLI
console.log(success: order ${session.id} had been added to db); this line never comes in the console.
the terminal shows
I am on phone so I can send you this only
Rest tomorrow
Okay so the error here is likely that you are using the signing secret from your endpoint but you are forwarding with the CLI. When you forward with the CLI the CLI provides you a specific signing secret that you must use.