firechat icon indicating copy to clipboard operation
firechat copied to clipboard

what if i want to update the username.

Open Jatinparmar-phpdev opened this issue 5 years ago • 1 comments

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.

Jatinparmar-phpdev avatar Nov 07 '19 07:11 Jatinparmar-phpdev

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

FrostyAnimations126 avatar May 03 '21 17:05 FrostyAnimations126