Flutter SDK: Mixpanel User Profile Merging Issue Explained
Hi, I’d like to ask about an issue we’re facing. We’re using the Flutter SDK and calling .identify() after user login. However, we noticed that events from different users (with different UIDs and using different devices) are somehow being merged into one user profile in Mixpanel. The UID and name are passed correctly as event properties based on the logged-in account, and we confirm .identify() is called properly with the correct UID. But still, both users’ events appear under the same profile. I’ve attached a screenshot showing an example of this issue, where events from user A (UID_A) and user B (UID_B) are shown under one Mixpanel profile. Any idea why this might happen or how to prevent it? Thanks!