Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Is Google login supported #92

Closed
calebeaires opened this issue Jul 31, 2016 · 5 comments
Closed

Is Google login supported #92

calebeaires opened this issue Jul 31, 2016 · 5 comments

Comments

@calebeaires
Copy link

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

@jlooper
Copy link
Contributor

jlooper commented Jul 31, 2016

Looks like Google login is not yet supported in the plugin https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/AUTHENTICATION.md

@calebeaires
Copy link
Author

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

EddyVerbruggen added a commit that referenced this issue Aug 9, 2016
@EddyVerbruggen
Copy link
Owner

EddyVerbruggen commented Aug 9, 2016

Look what I added to this plugin during my holiday :)

[Google Sign In with NativeScript + Firebase docs](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/doc
s/AUTHENTICATION.md#google-sign-in)

Avail in 3.5.0

@jlooper
Copy link
Contributor

jlooper commented Aug 9, 2016

Nice!!!

@ullalaaron
Copy link

Whoooow!! @EddyVerbruggen you're amazing!!

EddyVerbruggen added a commit that referenced this issue Apr 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants