Firebase Cloud Functions - Stripe Connect Webhook not firing
问题 I'm trying to set up my stripe webhooks to fire invoking a firebase cloud function automatically whenever a Stripe Connect account is created, updated, or anything at this point. It only fires if I manually go to the Stripe Dashboard > Webhooks and hit the "send test webhook button". so far what I've done: 1) created a Stripe Connect Webhook: 2) set up Webhook endpoint with firebase URL 3) set up node.js Firebase Cloud function to fire whenever stripe's webhook pings the Firebase URL. const