Closed microo8 closed 7 years ago
bower install --save firebase/polymerfire
<link rel="import" href="../bower_components/polymerfire/firebase-app.html"> <link rel="import" href="../bower_components/polymerfire/firebase-auth.html">
breaks Polymer definition with error:
Polymer
Uncaught TypeError: Polymer is not a function at firebase-auth.html:63
tested on firefox and there is everithing ok
page renders correctly
no page shown and this error:
just create the polymer starter-kit and install polymerfire to it
firebase-app
firebase-auth
my-app.html
firebase serve
localhost:5000
updating chrome to 58.0.3029.110 fixed it
Description
bower install --save firebase/polymerfire
and just by importingbreaks
Polymer
definition with error:tested on firefox and there is everithing ok
Expected outcome
page renders correctly
Actual outcome
no page shown and this error:
Live Demo
just create the polymer starter-kit and install polymerfire to it
Steps to reproduce
firebase-app
andfirebase-auth
inmy-app.html
firebase serve
localhost:5000
on chromeBrowsers Affected