I successfully managed to integrate RevenueCat with the Firebase extension, and working properly the events are sent to Firebase. But it’s hard to test some event types so I would like to send events from postman through the Webhook url:
{"code":1,"message":"Incoming RevenueCat webhook could not be authenticated. Please check that the shared secret is set up correctly."}
I have the shared secret added to header: Authorization: Bearer shared_secret_here
(Shared secret is from the google cloud which is connected our app from Firebase)
And added the webhook url the same as the Firebase integration webhook.
Here is the Firestore rules:
The firebase functions integrations are working properly, but I cannot make the same work with webhook, what am I missing? (not even test events)