GoogleWebComponents / firebase-element

Web components for the Firebase Web API
https://elements.polymer-project.org/elements/firebase-element
95 stars 72 forks source link

Firebase-document gives "wrong url" if there is an _ in the fb key #129

Open MONKATRON opened 8 years ago

MONKATRON commented 8 years ago

Example:

<firebase-document location="https://myfb.firebaseio.com/shows/-KDiuasghoihf923vfk" data="{{show}}">

works but:

<firebase-document location="https://myfb.firebaseio.com/shows/-KDiuasgh_oihf923vfk" data="{{show}}">

does not, as there is a _ underscore in the firebase key - this generates a "Wrong Url" error.

MONKATRON commented 8 years ago

this is using firebase-document but the editor looks to have stripped this out.