This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Description
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.