-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User email is not showing on Intercom after loginIdentifiedUser(email: email) #484
Comments
You cannot login again the user if the user is already logged in. |
Hey @deepak786 Thanks for replying to my question. No, we can't update the anonymous user. Error I'm getting: You cannot update the email of an anonymous user. Please call registerIdentified user instead. The email: [email protected] was NOT applied |
@deepak786
Can you please try out these steps and let me know If something I'm still missing here!!! Plugin version: 9.2.0 |
Then you need to check with the Intercom support team about how to convert an unidentified user to an identified user maintaining the chats. |
@deepak786 |
It means your |
Yeah, It seems like the call with the email is ignored because user is already registered with user id. |
Here's the steps currently I've implemented in my app but things are not working as expected:
loginUnidentifiedUser()
loginIdentifiedUser(email: user.email)
fetchLoggedInUserAttributes()
Am I missing something here?
Plugin version: 9.2.0
Flutter version: 3.22.3
The text was updated successfully, but these errors were encountered: