-
Notifications
You must be signed in to change notification settings - Fork 115
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
More Detail on how to setup workspace? #85
Comments
Hello @mamatagelanee07 I attached vscode launch scripts. If you want to do this on the CMD, you would need to specify the flutter run -t lib/main_dev.dart --flavor dev There are also |
Hi @jogboms, Sorry again, But i still a Gradle error : File google-services.json is missing. The Google Services Plugin cannot function without it. |
@926 You need one of those. You can set up on Firebase. |
Thank you again for quick reply.
=> Execution failed for task ':app:processDevDebugGoogleServices'.
|
You have to create a firebase application that matchs the application ID with your application. I think it is in the build.gradle file at /android/app folder. in the applicationId field. I did it and compiled without that error. |
@ffoliveira thanks for the added info. @926 Since flavors are being used, it means you have to create apps on FireBase for both |
There is some help in how to configure Firebase at google console ? I have an error when running. It might be how the Firebase application need to be configured. I didn't find how and what to configure at firebase console. Any ideas ? After the Splash screen it gives the following error in console:
|
@jogboms did you add firebase at the beginning of the project or is it possible to trace an early commit without it to avoid the errors it yields ? |
Thinking about it again, i think the best way to do this would be to share my dev configuration for firebase together with the repo. |
Whatever works |
In another flutter app, that used Firebase, I had to insert some data into a collection manually before it started to work. |
The configurations have been added to the develop branch. |
The error that happened with my copy was just this issue: |
Interesting @mamatagelanee07 if i knew how the stacktrace looks like, maybe i can help. |
@jogboms Went through above errors and solutions but on current master, getting this error
not only this one but many others similar to this. Almost every model file. Any ideas what is missing? |
Try running the command below.
|
@jogboms Thanks for the quick response. Works now! |
Could this be added to the README or a a separate markdown file be created for this? |
I am trying to set up a workspace, and getting few errors. Do any specific steps we need to set up before running the flutter project.
Note: Flutter is already installed and running fine with other applications.
The text was updated successfully, but these errors were encountered: