You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using GoogleSignIn SDK for mobile apps and I do not use client secrets there. Now, to add Google Sign In support for macOS app, it seems like I need to use this library but it requires "client secret" to be embedded in the client app itself. Am I missing something here? If not, then, is there any other way to use Google Sign In wihout using client secrets on macOS?
The text was updated successfully, but these errors were encountered:
I was facing the same issue in macOS App.
Remove ClientSecret Key value pair from info.plist.
So, it will return "" when it will be access due to being nil. And that's what we need to do.
It's working by doing so.
I am using GoogleSignIn SDK for mobile apps and I do not use client secrets there. Now, to add Google Sign In support for macOS app, it seems like I need to use this library but it requires "client secret" to be embedded in the client app itself. Am I missing something here? If not, then, is there any other way to use Google Sign In wihout using client secrets on macOS?
The text was updated successfully, but these errors were encountered: