Open MONKATRON opened 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.
this is using firebase-document but the editor looks to have stripped this out.
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.