-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Google sign-in without firebase #36673
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
This comment has been minimized.
This comment has been minimized.
For using
It seems like creating a Firebase app takes care of this step for you (and does a bunch of other things to your GCP project as well), but it's the only thing required for basic login as far as I can tell. |
This method does not give idtoken |
It does, you need to make sure to register both SHA-1 and SHA-256 keys in project settings. |
@omarbelkhodja Is the issue still relevant after comments above? |
Yes, this is a big problem. There don't seem to be any documentation except #36673 (comment). Thanks @truthmast |
This comment was marked as off-topic.
This comment was marked as off-topic.
From #73455 by @avioli |
works fine for android and not for ios. i spend a lot of time on ios regarding google login without firebase |
Any Solutions for IOS ? Every solution I have found has been only for android |
I find the solution. Just download the |
This comment was marked as off-topic.
This comment was marked as off-topic.
Please at least clarify it.
Thanks a lot. |
Updating my instructions from a previous comment to include steps for setting up iOS For using Android
iOS
|
…formDispatcher` (#36673)" (flutter/engine#37388) (#114842)
Everything online says |
I followed this documentation https://medium.com/codebrew/flutter-google-sign-in-without-firebase-3680713966fb this is quite confusing because that issue mentioned by different people is always related to firebase |
번들 ID 변경 - 애플리케이션 번들 ID를 `com.yeohaeng_ttukttak.application`으로 변경하였음 > https://velog.io/@mouse0429/Flutter%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%ED%8C%A8%ED%82%A4%EC%A7%80%EB%AA%85-iOS-%EC%8B%9D%EB%B3%84%EC%9E%90%EB%AA%85-%EB%B3%80%EA%B2%BD%ED%95%98%EA%B8%B0 `google_sign_in` 패키지 마이그레이션 - 직접 코드에 클라이언트 ID를 제공하고, 앱 번들 ID를 Google Cloud Console에 등록하였음 > https://medium.com/codebrew/flutter-google-sign-in-without-firebase-3680713966fb > flutter/flutter#36673 (comment) `flutter_secure_storage` 마이그레이션 - 안드로이드 버전에 맞게 `9.2.2` 버전으로 업그레이드함 > juliansteenbakker/flutter_secure_storage#723
Sadly I still get this error: I verified the SHA-1 hash a million times. Generated a new keystore and tried that. Package name matches in the build.gradle and AndroidManifest too. Tried making new Android credentials in the Google Console. Still nothing unfortunately. |
Having the same problem even with firebase i have flavors setup so something can be an issue there. Really anoying errors dont say whats wrong. Shouldnt this be fixed asap ? This is like breaking of the breakings bug |
In most of tutorials on the web, I can see that the plugin google_sign_in doesn't require firebase. In pub page, it is mentioned that the application must be registered in the following link :
https://developers.google.com/mobile/add?platform=android
That link is now redirecting to firebase's homepage. So my question is:
Is it still possible to Sign-in without firebase ? Where should I register the app in that case ?
The text was updated successfully, but these errors were encountered: