question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is Google login supported

See original GitHub issue

There is an Google Login on your demo app, but it is not working.

Enable Google auth in your firebase instance: done! Code used:


    firebase.login({
        // note that you need to enable Google auth in your firebase instance
        type: firebase.LoginType.GOOGLE
    }).then(function (result) {
        dialogs.alert({
            title: "Login OK",
            message: JSON.stringify(result),
            okButtonText: "Nice!"
        });
    }, function (errorMessage) {
        dialogs.alert({
            title: "Login error",
            message: errorMessage,
            okButtonText: "OK, pity"
        });
    });

screenshot_2016-07-31-11-41-47

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
calebeairescommented, Jul 31, 2016

Yes, I thought it might be. Consider adding it as soon as possible. It is a very important plugin.

0reactions
ullalaaroncommented, Aug 9, 2016

Whoooow!! @EddyVerbruggen you’re amazing!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't sign in to your Google Account
If you can't sign in to your Google Account in Gmail, Google Drive, Google Play, or elsewhere, select the issue that most closely...
Read more >
Authentication Tools for Secure Sign In - Google Safety Center
The safer way to sign in to all of your online accounts. · Strong passwords help keep you safe · Google's Password Manager...
Read more >
Supported browsers and platforms | Authentication
The JavaScript client library for Sign In With Google and Google One Tap is designed to be compatible with most common browsers and...
Read more >
Account support - Google Accounts
Account support. This helps show that this account really belongs to you. Enter the email address or phone number you use to sign...
Read more >
Help - Google Account
To provide feedback, access guided steps, and get expert advice, sign in to your ... A list of help articles with answers and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found