darshankawar

Results 1758 comments of darshankawar

@Jordan3900 Have you correctly set up the release SHA1 and SHA256 keys on firebase ? Also, try adding `GoogleSignIn(scopes: [ 'email', 'profile' ]);` as I don't see this implementation in...

> Also, since you are using firebase authentication, it is third party setup, so try to setup only using google_sign_in package to see if you get same error or not....

The error is hard to debug and most likely related to Firebase console configuration. I suggest you to ask this in support channels or in flutterfire discussion forum for further...

I reverified this issue using latest stable version and running the [code sample](https://github.com/flutter/flutter/issues/73987#issuecomment-760881149) on Samsung S10 device and also by changing the `touch interaction` setting under `Vibration intensity` of the...

Thanks for the report @mysCod3r Is there a way to only replicate it without Firebase setup and only using google_sign_in ?

Thanks for the update. Upon running the example code on iOS, it does seem to show ` isAuthorized` value as `false`, while on Android, it shows as `true`. The code...

@elliotrtd It seems to be a known issue described [here](https://github.com/flutter/flutter/issues/86833) that you can check and confirm if you are hitting same case or not

Thanks for the update @elliotrtd On 3.32.0, I tried as below and then ran `flutter build web` which seem to have correct path and assets: If you follow the same...

Thanks for the update and patience until we try to figure this out. I tried another test as below by having `resources` folder under `assets` and then in `pubspec`: Upon...

@OutdatedGuy Can you check if your case resembles https://github.com/flutter/flutter/issues/156551 or not ?