googlearchive / topeka

quiz app
538 stars 189 forks source link

Unable to get past login screen #16

Open robdodson opened 9 years ago

robdodson commented 9 years ago

Seeing this issue as soon as the app boots:

Exception caught during observer callback: TypeError: undefined is not a function
    at firebase-login.Polymer.locationChanged (http://localhost:3000/components/firebase-element/firebase-login.html:164:18)
frankiefu commented 9 years ago

I updated topeka-profile.html to use the new paper-button/paper-input usage. (https://github.com/Polymer/topeka-elements/commit/bf4283c7ec26e84cfc3fb021fd65d008cba01dd0). After that I could login to the app. I am also seeing the firebase exception but not sure if the exception is harmless or not.

niko001 commented 9 years ago

I'm seeing the same exception. With @frankiefu's paper-button-fix (https://github.com/Polymer/topeka-elements/commit/bf4283c7ec26e84cfc3fb021fd65d008cba01dd0), signing in (using local storage) now works, but I can't get the leaderboard to populate, for example. This is regardless of whether I'm using polymer-topeka.firebaseio.com or my own Firebase-project URL (changed in topeka-datasource.html and topeka-leaderboard.html). I also have an open SO question regarding this with the full exception trace from Chrome and FF.