FirebaseExtended / polymerfire

Polymer Web Components for Firebase
https://www.webcomponents.org/element/firebase/polymerfire
MIT License
459 stars 142 forks source link

importing firebase-app crashes polymer #215

Closed microo8 closed 7 years ago

microo8 commented 7 years ago

Description

breaks Polymer definition with error:

Uncaught TypeError: Polymer is not a function
    at firebase-auth.html:63

tested on firefox and there is everithing ok

Expected outcome

page renders correctly

Actual outcome

no page shown and this error:

Uncaught TypeError: Polymer is not a function
    at firebase-auth.html:63

Live Demo

just create the polymer starter-kit and install polymerfire to it

Steps to reproduce

  1. create an polymer starter-kit project
  2. install polymerfire
  3. import firebase-app and firebase-auth in my-app.html
  4. firebase serve
  5. open localhost:5000 on chrome

Browsers Affected

microo8 commented 7 years ago

updating chrome to 58.0.3029.110 fixed it