fb_auth
fb_auth copied to clipboard
Login hangs for MacOS app
Hi all,
I implemented the example today for Android/iOS/MacOS, and have Android and iOS working. When building for MacOS, after I click login with my credentials the app hangs and there's a blue loading circle, but the screen never changes to the home screen.

I've done a bit of debugging in check.dart, and the AuthState is 'AuthLoadingState' but never changes. Does this indicate a Firebase connection issue, or an fb_auth issue? Any leads/tips to further debug this?
Thanks!