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
We call the login function and pass the user id but the dashboard does not show the external user ID and also the same thing for set email.
Steps to reproduce?
we call functions after the user logins
check attached functions
Future<void> setUserId(String userId) async {
await OneSignal.login(userId);
await OneSignal.User.addAlias("user_id", userId);
}
void setEmailId(String email) {
OneSignal.User.addEmail(email);
}
What did you expect to happen?
we need to save email and external user id
OneSignal Flutter SDK version
flutter version 3.16.4
package version 5.0.4
Which platform(s) are affected?
iOS
Android
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
vipul8815
changed the title
[Bug]: we call the login function and pass user id but user id not save on dashboard.
[Bug]: we call the login function and pass user id but user id not save on onesignal dashboard.
Jan 12, 2024
vipul8815
changed the title
[Bug]: we call the login function and pass user id but user id not save on onesignal dashboard.
[Bug]:user id and email not save on onesignal dashboard.
Jan 12, 2024
That's good to hear. This may have been a server bug that has been fixed around attaching external_id after logging in.
I'll close this issue, but please reach out if you encounter any problems again.
What happened?
We call the login function and pass the user id but the dashboard does not show the external user ID and also the same thing for set email.
Steps to reproduce?
we call functions after the user logins check attached functions Future<void> setUserId(String userId) async { await OneSignal.login(userId); await OneSignal.User.addAlias("user_id", userId); } void setEmailId(String email) { OneSignal.User.addEmail(email); }
What did you expect to happen?
we need to save email and external user id
OneSignal Flutter SDK version
flutter version 3.16.4
package version 5.0.4
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: