-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[firebase_auth ] fails w/ google_sign_in #1583
Comments
Hi @emailsubjekt |
Of course, I apologize for not sending it. Also, I am using the official firebase_auth example I have just realized when running flutter doctor -v that I'm getting a missing dart and flutter plugin for Android Studio 3.5, however the one listed where it's missing is in downloads and I don't have android studio there. I have a now older version of the Yellow Android Studio that I don't use at all, the Android Studio beta or what's it called but even that is not in the downloads folder. I see some android studio folder but I don't think that it's used at all. This is the contents, bin I have Android Studio installed in the default location on the C disk, I don't know why this is in downloads, however I have dart-sdk in the downloads folder too. Maybe I should just reinstall everything? [√] Flutter (Channel dev, v1.13.0, on Microsoft Windows [Version 10.0.18362.476], locale en-US) [√] Android toolchain - develop for Android devices (Android SDK version 29.0.2) [√] Chrome - develop for the web [√] Android Studio (version 3.5) [!] Android Studio (version 3.5) [√] VS Code (version 1.40.2) [√] Connected device (2 available) ! Doctor found issues in 1 category.This is from running flutter run --verbose
|
I updated the pubspec to the latest versions, maybe that's the reason? name: firebase_auth flutter: dependencies: meta: ^1.1.8 firebase_core: ^0.4.2+1 flutter: dev_dependencies: async: ^2.4.0 google_sign_in: ^4.0.14 firebase_dynamic_links: ^0.5.0+8 uuid: ^2.0.4 test: ^1.9.4 environment: sdk: ">=2.1.0 <3.0.0" |
Hi @emailsubjekt |
Closing due to inactivity. Please try with the latest version of the plugin and if this issue still occurs, I'll reopen the issue. Also posting exactly how you hit this crash would help, as logs don't indicate what methods were called. |
The text was updated successfully, but these errors were encountered: