Guillaume Bernos

Results 171 comments of Guillaume Bernos
trafficstars

@deffs I'm wondering if it's due to this setting in the console: ![Screenshot 2023-11-13 at 08 29 35](https://github.com/firebase/flutterfire/assets/3680002/77178349-ef45-4cbb-85e0-a7b1ea1ccc41) If the user has already created an account, you might have to...

As noted [here](https://github.com/firebase/flutterfire/issues/11581#issuecomment-1798220080), I cannot reproduce the issue, do you mind providing a full reproduction example so I can check what's going on? Thanks

Hi @deffs, thanks for the investigation, that is probably why I wasn't able to reproduce this issue with our own Microsoft account. I'll see if I can find a way...

I'll close this issue since it's blocked by Firebase SDK and we will not be fixing this.

Hello @collinjackson For AppCheck the instance is only a getter ```dart /// Returns an instance using the default [FirebaseApp]. static FirebaseAppCheck get instance { _instance ??= FirebaseAppCheck._(app: Firebase.app()); return _instance!;...

Hey @adar2378 It seems related to how Flutter is handling waking up the dart Isolate. It keeps firing up the main even thought this is just handling the background notification....

The use case for FlutterFire is to create a method channel per request from the user and close the native listener properly when the subscription is closed. To create the...

Thanks for your help. I think we’ll just workaround this.

Thanks for investigating, I'll have another look on my end