First, awesome package. I'm super happy with it, but have run into an issue.
I'm using this:
/// To open the Intercom messenger to the composer screen with [message]
/// field pre-populated.
Future displayMessageComposer(String message) {
return IntercomFlutterPlatform.instance.displayMessageComposer(message);
}
It's opening the message composer, but it isn't showing the message. All I see are some auto-reply bubbles and no textfield for input. I'm really confused by this and also found this, with a comment referring to this package, but it doesn't make sense, since the user should already be identified based on loginIdentifiedUser.
Could this be due to how the messenger is configured on the Intercom side?
Hey friends!
First, awesome package. I'm super happy with it, but have run into an issue.
I'm using this:
/// To open the Intercom messenger to the composer screen with [message] /// field pre-populated. Future displayMessageComposer(String message) {
return IntercomFlutterPlatform.instance.displayMessageComposer(message);
}
It's opening the message composer, but it isn't showing the message. All I see are some auto-reply bubbles and no textfield for input. I'm really confused by this and also found this, with a comment referring to this package, but it doesn't make sense, since the user should already be identified based on loginIdentifiedUser.
Could this be due to how the messenger is configured on the Intercom side?
I'm stuck and would really appreciate any help!