parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 323 forks source link

Support Google+ Login #36

Closed TinkZhang closed 9 years ago

TinkZhang commented 9 years ago

Do you have any plan to add Google login?

drhuanliu commented 9 years ago

We have a couple of our users requesting Google login as well. +1 request to add Google login

akhy commented 9 years ago

Google Login +1 :+1:

ghost commented 9 years ago

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

wangmengyan95 commented 9 years ago

Hello guys , in order to make ParseLoginUI work Google Login, we need our backend to support Google Login API service which is not so easy to do right now. You can definitely hack with ParseLoginUI and add support for that, but unfortunately the login/logout can not be handled by ParseUser. I will close this issue for now, but please keep an eye on our repo (Parse, ParseUI). Once we add third party auth support for ParseUser, you can use ParseUser and ParseLoginUI for your Google Login API service.

jhansche commented 8 years ago

@wangmengyan95 looks like this is supported on the backend now, right? https://github.com/ParsePlatform/parse-server/blob/master/src/authDataManager/google.js

ashish-naik commented 7 years ago

Is this integration going to happen?