firebase / FirebaseUI-Flutter

Apache License 2.0
101 stars 91 forks source link

🐛 [flutterfire_ui] Web view occasionally fails to load social logins #58

Closed aebrahim closed 11 months ago

aebrahim commented 2 years ago

Bug report

Describe the bug The web view of the UI will sometimes fail to load "Sign in with Google" and other social login buttons. I've had this issue in both Chrome and Firefox

Steps to reproduce

Steps to reproduce the behavior:

  1. Go to https://flutterfire-ui.web.app/ in Chrome (I'm using Version 98.0.4758.80 (Official Build) (64-bit) on Ubuntu 20.04)
  2. Load the page - the widgets fail to load: image
  3. Hit Ctrl+shift+i to enter developer tools, then reload the page - the widgets now load correctly image

Expected behavior

I expect the social widgets to be loaded every time.

Sample project

Luckily, this is reproducible for me on the flutterfire ui storybook at: https://flutterfire-ui.web.app/

darshankawar commented 2 years ago

I do see the same behavior accessing the give app link. Tapping on Sign in with Google tries to open select account screen but closes abruptly.

lesnitsky commented 11 months ago

I've tried to reproduce this on Chrome and Safari with the latest version of the Firebase UI and all icons are loading consistently for me. Feel free to submit a new issue if you ever bump into this again.