KhoaSuperman/findseat

Login in not working for Test Account. Used main_dev.dart

KanybekMomukeyev opened this issue · 6 comments

Hi, thanks for sharing source codes.
But login is not working for Test account: khoaha+dev2@mailinator.com / 123456
Used as input main file: main_dev.dart.

This are issues:

[FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzaq@2d3a116
W/DynamiteModule(20521): Local module descriptor class for com.google.firebase.auth not found.
W/GooglePlayServicesUtil(20521): Google Play services out of date.  Requires 12451000 but found 11743470

Google Play services out of date. Requires 12451000 but found 11743470
=> Please update Google play services in your phone or emulator

Hi , i want to run your code but it wouldn't run even I add all deps and do flutter pub get , and clear cashes , but all keeps showing many problems ??
replay soon and I will give acces to my pc to figure it out

@Medex3 please give me more information about your problem: system log, error message, etc, ...
Before run the code, please run following commands:

  • flutter pub get -> for update libraries
  • flutter pub run build_runner build --delete-conflicting-outputs -> for generated code

Tks

To build from source codes.
You should run:

flutter pub run build_runner build
flutter_svg: ^0.17.4

@Medex3 make sure you choose main_prod.dart as entry point of the app then it will set initialRoute is splash screen. If everything is okay please try to debug it by yourself, I have no idea what you have changed. Please try to compare with original version, you may figure out something :)