-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Login not working #10
Comments
Not actually, Firebase is a tool set that provides you with everything you need to easily build a backend application. You can choose to use just the authentication option and ignore the rest providers, just like a toolbox where you have all kinds of tools to get a job done, but you have to choose the right tool in the tool box to get a specific job done. |
good taste, comrade |
I've used Auth0 for login authentication, but I don't believe Auth0 supports anonymous login. |
no, anonymous login isn't the point here, passwordless login is what im trying to use, which is why sawolabs was my best option because it does just that and nothing more really |
Ooh, passwordless, it does support that, but it is no longer an anonymous chat application. you know that, right? |
it is, read the conversation in this issue #14 |
Ooh I see |
Description
Login isn't working because of the
sawo
library which is used for passwordless authentication is having some server issueschange the login method, using another library for passwordless or implementing it yourself
Screenshots
No response
The text was updated successfully, but these errors were encountered: