Abdullah Chauhan
Abdullah Chauhan
Try this code. Package version: `3.1.1` ```dart const List _list = [ 'Developer', 'Designer', 'Consultant', 'Student', ]; class ControllerCustomDropdown extends StatefulWidget { const ControllerCustomDropdown({Key? key}) : super(key: key); @override State...
Hey @deepak786 Thanks for replying to my question. No, we can't update the anonymous user. `loginUnidentifiedUser ` --> `updateUser ` Error I'm getting: You cannot update the email of an...
@deepak786 So here's the updated flow I tested but still there's no email update on the Intercom chat USER DATA: 1. Fresh user in the app -> `loginUnidentifiedUser` 2. I...
@deepak786 Actually while shifting from anonymous to register user, the chat is maintaining but the problem is User email is not updating in the User data and since I'm calling...
Yeah, It seems like the call with the email is ignored because user is already registered with user id. Let's keep the issue open. I'll get back here after confirmation...