-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Description
To Reproduce
Steps to reproduce the behavior:
I was trying to implement Sign-In using Google through Firebase, so I followed this article: https://blog.codemagic.io/firebase-authentication-google-sign-in-using-flutter/
As written in the article I edited the OAuth consent screen. But before that, I edited the Public-facing name. After doing this I stopped my app, uninstalled it and did flutter clean.
But when I tried to do flutter run, it got stuck at Installing build\app\outputs\apk\app.apk
Additional context
I again registered the app on firebase and it is working fine now.
But during this new registration, I didn't change the Public-facing name in Public settings.
For reference: flutter/flutter#54966 (comment)
Flutter doctor
Run flutter doctor
and paste the output below:
[√] Flutter (Channel master, v1.16.4-pre.22, on Microsoft Windows [Version 10.0.18363.720], locale en-IN)
• Flutter version 1.16.4-pre.22 at C:\Users\acer\flutter
• Framework revision e4a61dfdea (3 weeks ago), 2020-03-29 21:01:02 -0400
• Engine revision 361d5d5320
• Dart version 2.8.0 (build 2.8.0-dev.18.0 1402e8e1a4)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at C:\Users\acer\AppData\Local\Android\sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 28.0.3
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b04)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
[√] Android Studio (version 3.6)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 43.0.2
• Dart plugin version 192.7761
• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b04)
[√] VS Code (version 1.44.1)
• VS Code at C:\Users\acer\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.9.1
[√] Connected device (2 available)
• Chrome • chrome • web-javascript • Google Chrome 80.0.3987.163
• Web Server • web-server • web-javascript • Flutter Tools
• No issues found!