Pablo Fernandez

Results 56 comments of Pablo Fernandez

Hi, I just tested this update in Android, and the behavior does not seem to be as intended. I always receive a List with 1 ConnectivityResult. If there is neither...

I have the exact same problem

> @nroman446 could you try using `flutter_facebook_auth:6.1.1` ? Version 6.2.0 use the facebook SDK 17.0.0 so I need to be sure if the problem is due to this upgrade I...

In my case it fails with this same error both in versions 6.1.1 and 6.2.0 Maybe Im doing something wrong because its the first time I use this package, ```...

@shamjam you're right that after downgrading in pubspec.yaml to 6.1.1, the podfile.lock was still in 6.2.0 I had to do a flutter clean, and after that it went to 6.0.4...

As a workaround, I tried to debug my python functions starting the emulators and then executing the starting the function manually. However for this to work I need to provide...

Thanks @johnnyoshika. That solution worked As a workaround to debug a Firebase Cloud function in Python, with breakpoint and all, I added this code to my main.py ``` InitLocalDebug() initialize_app()...

Its actually the same main.py At the beginning I have a global variable `RUN_LOCAL = False` and the body of the main is something like this: ``` def InitLocalDebug() ->...