Skip to content
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

what if i want to update the username. #114

Open
Jatinparmar-phpdev opened this issue Nov 7, 2019 · 1 comment
Open

what if i want to update the username. #114

Jatinparmar-phpdev opened this issue Nov 7, 2019 · 1 comment

Comments

@Jatinparmar-phpdev
Copy link

Jatinparmar-phpdev commented Nov 7, 2019

i used this to set user in firechat.
chat.setUser(
user.uid,
logged_username//"firebase_17"
);
but when user update their profile in my site then their upcoming should sent message should have latest updated username.

can i use chat.setUser() again and again whenever my end user update their profile. i can update displayName and email many time in firebase but firechat do not use displayName of firebase to show the username in chatbox.

@FrostyAnimations126
Copy link

You have to go into the database and delete room-users, then refresh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants