-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Google Sign In - Mac Catalyst support (iPad apps to Mac) #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm interested in this one as well |
This is also a critical need for our project. |
Any news? |
This is required for our app. Is this in pipeline? Any news? |
Is there any alternatives in the meantime? |
Ping? |
+1 This is critical for me. |
Updates? |
Any updates? |
It would be great if there was some update to this issue along with a sense of some timeframe. Catalyst support is especially important for internal tools that use Google Auth on our end. At the very least perhaps some suggestions on alternative workarounds for the issue? |
Who are you?
…On Thu, Apr 16, 2020, 2:41 PM Paul Tsochantaris ***@***.***> wrote:
It would be great if there was some update to this issue along with a
sense of some timeframe.
Catalyst support is especially important for internal tools that use
Google Auth on our end. At the very least perhaps some suggestions on
alternative workarounds for the issue?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#420 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO2U3MTHKY4VZLJHNYJXZ5DRM3DU7ANCNFSM4IXAV5XQ>
.
|
Any updates? |
Any updates? (he also asked, expecting full well the answer to be crickets) Does anybody else have thoughts or experience on possible workarounds for this problem? Any info would be greatly appreciated. |
I was able to make Google Sign In work with this: https://github.com/elsesiy/GAppAuth. |
@ondrejhanak Indeed, GAppAuth worked great, many thanks for the pointer. Amazing that the official SDK remains broken to this day. |
@ondrejhanak @ptsochantaris Would you mind posting a gist? Having trouble with this |
@natecraft1 I personally just followed the iOS instructions on the README in that repo, and things worked great, except one issue where the server needed me to add some extra auth contexts via
in order to get the same id token that the app used to send to the server when it used the Google SDK. I assume the official SDK probably adds them by default? Apart from that, it "just worked". I hope this is of some help! |
What is the issue you are running into? |
Chrome just redirects to google.com and the |
after the authorize succeeds how do we sign in to Firebase? Can I use this? Auth.auth().signIn(withCustomToken: idToken) EDIT: turns out I had to call
from GoogleAuthProvider |
In my ViewController:
What happens is that it pops Safari, and when I sign in with my email, it just lands me on google.com and the callback is not called. Could it be an issue with the redirect URI? Also, why it doesn't use the default browser? Is that configurable? Thanks @ptsochantaris @girishw @ApostolisApo 🙌 |
I NEED THIS |
Any updates, Google? What an unresponsive team! |
I am also waiting for this! |
It would be great if one of the Google devs could provide some sort of update or ETA on this. |
Will Google Sign In be supported on iPad apps running on Mac?
The text was updated successfully, but these errors were encountered: