safak / react-firebase-chat

555 stars 962 forks source link

Login Issue #20

Open SivamaniKrishna opened 3 months ago

SivamaniKrishna commented 3 months ago

I followed the steps in your video exactly. However, when I run my tests, I am not redirected to the chat interface; instead, I am trapped on the login/register page. when i am creating a new account it is showing Loading.. there aren't any changes

image image

Yashraj0888 commented 2 months ago

After successfully registering and login please refresh you page it will work. And for more optimistic approach add window.location.relode() on login button click it will fix your issue for sure.