Guillaume Bernos

Results 213 comments of Guillaume Bernos

Closing since we have no response from the author of this issue. Considering this is an issue about Proguard.

@NeilFawcett1, I'm not able to reproduce, if you try the example project in `packages/firebase_auth/firebase_auth/example` do you also have this issue? I'll need a complete example from you to be able...

If you turn your int into a double, by adding a `.0` at the end for instance, it will get interpreted as a double and it will work properly. I'll...

Hello, couldn't reproduce this issue using my the example app with those: ``` // Get document final doc = await FirebaseFirestore.instance .collection('firestore-example-app') .doc('movie') .get(); print(doc.data()); // Use where in final...

Hello @sharathGowda12, if the issue is only happening on older device, it's probably due to the underlying C++ SDK, you can report the issue here with: https://github.com/firebase/firebase-cpp-sdk

Hello @kosukesaigusa, sorry for the late response. The change from int to int? is indeed a breaking change but was considered a fix since it could happen in some edge...

Thanks for the PR, closing in favor of https://github.com/firebase/flutterfire/pull/13100 to fix format and add error codes to platform channel

I've managed to reproduce the issue. it seems that logcat logs are added to the ouput only using Android Studio (I don't see any native logs using Terminal or VSCode)....