#lithira_sa
1 messages · Page 1 of 1 (latest)
Hello
That's correct -- Webhook verification requires the raw body of the request. We call this out here: https://stripe.com/docs/webhooks#verify-official-libraries
We don't support the Firebase integration directly. You'll want to reach out to the repo about that so the owners can make an update
Is this code totally works without changing the 'body' to 'rawBody' outside the firebase functions?
No we always require the raw body of the request
So please change it in the documentation. Otherwise so many developers encounter an error.
We already call it out in the documentation and as I said, we don't control the Firebase integration so we can't change that.