Is Google login supported
See original GitHub issueThere 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"
});
});
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I thought it might be. Consider adding it as soon as possible. It is a very important plugin.
Whoooow!! @EddyVerbruggen you’re amazing!!