-
Notifications
You must be signed in to change notification settings - Fork 46
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
clone and run the project getting error #5
Comments
Hello vitorhenriquemaia! The most possible thing which is causing error is firebase cloud deprecated code. After the final commit of this project many changes occured in firebase plugins. Please check this - |
It works! Thank you! |
Great! |
@vitorhenriquemaia Please tell me what you did. I am also facing the same issue. |
Hey! Please Check above links. |
I am sorry to be late. I just follow the steps bellow
I will share my code here |
@Singh-Shivani Can I make a pull request? |
Why not! |
Hey, Shivani!
Your app is amazing, thanks for sharing. I already config google.service.jason and sync firebase to the project. When I try to run the project, I am getting those error bellow. I am a new developer I don't know how to fix it. Can you please help me? What should I do to run it?
Thanks for you time.
Launching lib\main.dart on Android SDK built for x86 in debug mode...
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
Could not determine the dependencies of task ':firebase_core:compileDebugAidl'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 1m 53s
The build failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetifier to solve the incompatibility.
Building plugin cloud_firestore...
Running Gradle task 'assembleAarRelease'...
√ Built build\app\outputs\repo.
Building plugin cloud_firestore_web...
Running Gradle task 'assembleAarRelease'...
FAILURE: Build failed with an exception.
Where:
Build file 'C:\src\flutter\flutter.pub-cache\hosted\pub.dartlang.org\cloud_firestore_web-0.1.1+2\android\build.gradle' line: 22
What went wrong:
A problem occurred evaluating root project 'cloud_firestore_web'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 59s
Exception: The plugin cloud_firestore_web could not be built due to the issue above.
The text was updated successfully, but these errors were encountered: