-
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
webdev doesn't recognize that firebase_auth is now supported for flutter_web #2750
Comments
Hi @dhianabli |
flutter doctor -v [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) [✓] Chrome - develop for the web [✓] Android Studio (version 3.6) [✓] Android Studio (version 4.0) [✓] Connected device (2 available) • No issues found! flutter run --verbose #0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3) pubspec.yaml version: 1.0.0+1 environment: dependencies: font_awesome_flutter: ^8.7.0 dev_dependencies: flutter: |
I am getting the error whenever I trigger a push build with codemagic |
Hi @dhianabli |
flutter run --verbose -d chrome [ +885 ms] Debug service listening on ws://127.0.0.1:33871/bs90SCSV-tQ= |
Hi @dhianabli |
I get this build error whenever I try to build my flutter web project
webdev could not run for this project.
You have a dependency on
firebase_auth
which is not supported for flutter_web tech preview. See https://flutter.dev/web for more details.the firebase_auth plugin works fine on web when I run the app. Now that the firebase_auth plugin works on web and there is no need to import firebase_auth_web how can the dependency builder recognize that it is now supporting the web ?
The text was updated successfully, but these errors were encountered: