When I was using Firebase Auth, the Webhooks sent by RevenueCat used to contain the Firebase AuthID, so I could connect the RevenueCat data to my internal user data.
With Supabase Auth the AuthID does not appear to be used to log in to RevenueCat, so the Webhook contains an $RCAnonymousID instead.
Has anyone got around this by:
Using a custom action to call Purchases.logIn with a Supabase or Custom AuthID
Playing around with the exported code?
I need to be able to connect my internal user data to RevenueCat data via the aliases or app_user_id fields in the webhooks.