Hi everyone!
I’ve got a question about server notifications and user IDs. On the iOS client, the user is logged in, and I can see the userId in the RevenueCat dashboard. But when my server receives a server notification (forwarded from revenuecat), the userId isn’t included.
From the docs, it seems like this should show up in the appAccountToken field, but that field is missing in the payload. My userIds are Firebase user IDs (not UUIDs), so I’m wondering if that could be the issue?
If that’s the case, is there a way to handle this through the Purchases client? I imagine using Firebase user IDs is pretty common, so it’d be awesome if there’s a solution for this!
Thanks in advance for any help or advice!