You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to create a user without the Firebase emulators set up, the user creation fails, preventing the user from being saved. Additionally, the country value is logged to the console on every change.
To Reproduce
Steps to reproduce the behavior:
Attempt to create a user without Firebase emulators set up.
Observe the failure in saving the user.
Expected behavior
The user creation should be successful, even without Firebase emulators set up. The application should gracefully handle scenarios where emulators are not configured.
Screenshots
Screencast.from.2023-12-31.13-32-08.webm
Desktop
OS: Linux amd64 (Debian 12)
Browser: Brave Browser
Additional context
It would be helpful to check if anyone else is facing a similar error and to investigate the logs or error messages from the server or client side. Additionally, ensure that the application has proper error handling for scenarios where Firebase emulators are not set up.
Consider checking the relevant code sections where user creation is handled and where the country value is logged to the console for any potential issues or misconfigurations.
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to create a user without the Firebase emulators set up, the user creation fails, preventing the user from being saved. Additionally, the country value is logged to the console on every change.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The user creation should be successful, even without Firebase emulators set up. The application should gracefully handle scenarios where emulators are not configured.
Screenshots
Screencast.from.2023-12-31.13-32-08.webm
Desktop
OS: Linux amd64 (Debian 12)
Browser: Brave Browser
Additional context
It would be helpful to check if anyone else is facing a similar error and to investigate the logs or error messages from the server or client side. Additionally, ensure that the application has proper error handling for scenarios where Firebase emulators are not set up.
Consider checking the relevant code sections where user creation is handled and where the country value is logged to the console for any potential issues or misconfigurations.
The text was updated successfully, but these errors were encountered: