Skip to content

Adds simple signup / login form - #9

Open
donalmacanri wants to merge 2 commits into
chesleybrown:masterfrom
donalmacanri:simple-nongit-auth
Open

Adds simple signup / login form#9
donalmacanri wants to merge 2 commits into
chesleybrown:masterfrom
donalmacanri:simple-nongit-auth

Conversation

@donalmacanri

Copy link
Copy Markdown

... for users without GitHub accounts. All authentication related functions are moved to the AuthService.

Comment thread web/js/client.js Outdated

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove console.log

 - bower json switched back to tabs
@chesleybrown

Copy link
Copy Markdown
Owner

After enabling simple login option in firebase and trying to signup, it doesn't quite work. Instead of creating the user under participants all it does is create an entry like the following:

{
    "participants": [
        {
            "simplelogin:2": {
                "status": "online"
            }
        }
    ]
}

I'm logged in, but have no name set. Am I forgetting any setup step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants