Rob Dodson

Results 362 comments of Rob Dodson

This PR fixes the issue for me. https://github.com/GoogleWebComponents/firebase-element/issues/105 Looks like we need to wait on the upstream fix to come down :\

The code change is really small if you want to manually update your `bower_components/firebase-element/firebase-auth.html` https://github.com/GoogleWebComponents/firebase-element/pull/106/files

@bovas85 hm. Maybe give it a shot using the vanilla firebase javascript SDK and see if it's still broken. I'm wondering if these firebase elements are perhaps out of date

No it shouldn't be. That's why I was suggesting you try with the Javascript SDK to verify that your setup is actually working

Hm yeah this app is pretty old... I think we'll need to do some work to update it to polymer 3

I added a `help wanted` label to this issue. I don't think anyone is currently owning this project and unfortunately I don't have time to update it. But if anyone...

I just did a fresh checkout of the project and am not seeing this issue. It's difficult to know what's wrong in @juliusknth site because it's got a lot of...

@juliusknth did you change your app to point at a different firebase instance? https://github.com/PolymerLabs/todo-list/blob/master/app/index.html#L66 You need to set the location to your own firebase

Yeah it's hard to debug without some kind of reduced test case... It seems like it may be related to upgrading to firebase-element 1.0.7 as I think that's the primary...