Skip to content

Creating new user now works!

Filip Kayar requested to merge AuthenticationWithFirebase into main

We are now using firebase to create a new user, the user will be signed in and can also sign out. The information is stored locally to skip signing in each time. NewUser will also catch wrong inputs for email, password and username. This could be a faulty email, short password or already in use username. We also have a pop-up to inform user about things like errors or success when creating a new user.

Merge request reports

Loading