Hello, my user flow is like this:
- user purchases subscription (not logging in with Purchases.logIn() )→ Revenuecat generates an anonymous id → INITIAL_PURCHASE event is triggered
- after purchase: the user logs in with Firebase auth (logging in with Purchases.logIn() after account creation) → No event trigger
I’m grating users credits on INITIAL_PURCHASE. My issue is now that there is no event triggered when logging in with custom app user id. I don’t have any reference to between the anonymous id and custom user id.
Is there any way to get aliases with the custom user id as a query from the backend, or am I missing something?