Closed
Description
Environment info
firebase-tools: 8.16.2
Platform: Ubuntu
Test case
I have created a Stackoverflow question and Github repository to demonstrate the issue.
Steps to reproduce
- Run command
ng serve --open
in one terminal instance. - Run command
firebase emulators: start
in another terminal instance. - Sign in using the phone number in the angular app and check the AuthStatus message on the page. Refresh the page and check the auth status message.
Expected behavior
While using firebase emulators with the angular application I shouldn't get automatically signed out on page refresh when using a phone number account.
Actual behavior
While serving the angular application with ng serve --open
whenever the page refreshes, I am automatically signed out of firebase while testing with firebase emulators using a phone number firebase account.
Metadata
Metadata
Assignees
Labels
No labels