Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase Element: Error if setting location declaratively from parent #3257

Closed
chriswalz opened this issue Dec 31, 2015 · 2 comments
Closed

Comments

@chriswalz
Copy link

I have this code below in an element called

In another element I have this declaration.

I get this error: 'FIREBASE FATAL ERROR: Cannot parse Firebase url. Please use https://.firebaseio.com'

@chriswalz
Copy link
Author

My work clunky work around by creating a second property 'a'

<spark-input store="posts"></spark-input>
<firebase-collection location="https://removed.firebaseio.com/{{a}}" >
</firebase-collection>
   post: function() {
        this.a = this.store;
        // post code
  }

@ebidel
Copy link
Contributor

ebidel commented Dec 31, 2015

This issue was moved to GoogleWebComponents/firebase-element#97

@ebidel ebidel closed this as completed Dec 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants