Closed
Description
Version info
Angular: 8.2.14
Firebase: 7.7.0
AngularFire: 5.3.0
Other (e.g. Ionic/Cordova, Node, browser, operating system): IE 11 in win 10
How to reproduce these conditions
Following the documentation to install Angularfire in a new angular project using 5.3.0 version. The angular will not be working in IE 11 due to proxy object introduced at angularfire/src/core/angularfire2.ts
Debug output
'Proxy' is undefined
Expected behavior
Since IE 11 should be supported in Angular supported browser, it is expected angularfire follows it. And there is no related proxy core js polyfill to fix in angular
polyfill.ts
Actual behavior
It shows a blank page with 'Proxy' is undefined
error in IE 11 console. Proxy Polyfill may be a fix fyi.
Metadata
Metadata
Assignees
Labels
No labels