Skip to content

Commit f6103f6

Browse files
authored
Update readme to mention the localhost IE11 issue. (#132)
See issues #93 and #131
1 parent 6368a06 commit f6103f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,10 @@ middle of performing a sign-in flow. You should generally avoid re-rendering the
648648
widget in the middle of an action, but if you do, to avoid the warning, you
649649
should use the `reset()` method before re-rendering the widget.
650650

651+
### FirebaseUI is broken in IE11 when deployed on a local server accessed through `localhost` (but works when deployed on a remote server)
652+
653+
Several developers reported issues with IE11 when testing the widget integration on a server deployed locally, accessing the application through a `localhost` address. However, it doesn't impact applications deployed on a server (as you can verify in the [demo app](https://fir-ui-demo-84a6c.firebaseapp.com/)).
654+
651655
## Release Notes
652656

653657
**Latest**: https://github.com/firebase/firebaseui-web/releases/latest

0 commit comments

Comments
 (0)