MichaelV00

Results 184 comments of MichaelV00

Hey there, are you still experiencing this issue? Also can you please format the snippet better, it is difficult to read.

Can confirm I was also able to reproduce, it seems that it is still awaiting details being put in and submitted which is likely why it is hanging but it...

From what I understand, I do not think the underlying native SDKs expose a method to terminate web flows once you start awaiting them. I think this is something worth...

> Reseting the interface is easy, but then you are still unable to launch another auth process as it will tells you there is an ongoing one, you'll never get...

Currently MacOS only has partial support of auth https://firebase.google.com/docs/ios/learn-more in the native SDK. In order for us to completely support it here it will depend on the native sdk implementing...

Hey there, i have been unable to reproduce using our [example application](https://github.com/firebase/flutterfire/tree/main/packages/firebase_auth/firebase_auth/example/lib) This leads me to suspect it might be an implementation issue on your end. I would like to...

> [@MichaelVerdon](https://github.com/MichaelVerdon) : Thanks for your reply. The example you are pointing to does not involve Twitter sign-in. Could you elaborate on your changes to make the example work with...

Hi there, thanks for the video I can confirm I am able to reproduce and must have misunderstood you before and I believe this is expected behaviour. Whilst sign out...

> It seems that the native library contains the related ability. [firebase/FirebaseUI-Android#645](https://github.com/firebase/FirebaseUI-Android/pull/645) I see, might be worth opening a ticket there and seeing what they say.

Hey there, I am unable to reproduce this issue, countTokens works fine for me in my application using the latest version, I believe the issue must lie in your implementation...