You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This is what I am doing when the user does login. In my app, there is no option for sign up for the user.
Now what I want? - I want to track all the anonymous activity of my user before his login and after his logout.
Now What I achieved? - my code is able to track the anonymous activity of my user before his login and after login, but when the user logs out from the app, I am unable to track his activity.
On the Mixpanel database sometimes it creates a duplicate user profile, sometimes it does not.