Guillaume Bernos

Results 211 comments of Guillaume Bernos

Thanks for the report I'm looking into it, have you tried to exclude this particular file in your build.yaml file?

![Screenshot 2024-04-26 at 10 18 12](https://github.com/firebase/flutterfire/assets/3680002/75d142fe-f845-4d6c-8d31-6fd741377967) I cannot reproduce the issue, could you give a complete sample?

Hey 👋 Found the issue, it's actually an error that is not properly parsed. You can see the full error here: ``` flutter: [firebase_auth/sign-in-failed] An account already exists with the...

You can use the latest version right away if you want using FlutterFire CLI: ``` dart pub global activate flutterfire_cli 1.0.1-dev.1 --overwrite flutterfire install git:feat/12920 ``` Otherwise our next scheduled...

@Ituking what happens in this case? Is there an error message without the link? Is there no issues?

I've tried to run it in our Firestore example app without issue using live data which already has the data indexed. Can it be that you need to create the...

Since @AlexDochioiu provided a working solution, I'll close this. Feel free to reopen if needed.

@ariefwijaya Yes, if it doesn't work, you'll get an error.

@ariefwijaya Did you try with `RootIsolateToken`?