Guillaume Bernos

Results 167 comments of Guillaume Bernos

Would something like that be acceptable for a PR : https://github.com/Lyokone/flutterfire/pull/1/files ? I would add the ability to configure how the mapping is done. Would love know if this approach...

Hello, Thanks for your report, it's caused by a [bug in the underlying SDK](https://github.com/firebase/firebase-ios-sdk/issues/9985) The new version 9.4.0 of the iOS SDK is planned around August 2 so we will...

Hello :) Currently being done here: https://github.com/firebase/flutterfire/pull/9357

Hello, in the latest version of performance we see the metrics on custom URL properly (example here: https://github.com/firebase/flutterfire/tree/master/packages/firebase_performance/firebase_performance/example), do you still have the issue?

Maybe we can add - It needs to be run in release mode (i.e. flutter run --release) if you wish to test it from a terminated app state. - It...

Hello @SKnoedler Could you create a full reproduction so I can take a look?

Hey, I used the latest version and everything is working properly on web. Have you added the proper config in your main? ``` void main() async { WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(...

Hello, Can you confirm if you're using an Intel mac or an M1 mac?

Thanks for the report, the current behaviour of restarting the onLocationChanged when the GPS gets back online seems fine. I could add a method to listen to GPS status, not...

That makes sense, I will see if I can add this, thanks for the suggestion :)