I have multiple queries in the same polymer element that are from different location in Firebase. I am wondering if that's ok to use one firebase-query element and change the path programmatically and if yes how? I have come across this and this which seem to show some issues.
And is there a problem with using multiple firebase-query elements in the same custom element of mine? I'm mostly looking for best practices here if there's any. Thanks for any help.