You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
location="https://{{globals.firebase}}.firebaseio.com/... still seems like a rather "crude" approach
Since all firebase endpoints have this form, it still seems a bit superfluous. Would be better as location="{{globals.firebase.endpoint}}. Might as well extract it into a separate custom element more along: <firebase-model app="{{globals.firebase.account}} path="..." />`
The text was updated successfully, but these errors were encountered:
location="https://{{globals.firebase}}.firebaseio.com/...
still seems like a rather "crude" approachSince all firebase endpoints have this form, it still seems a bit superfluous. Would be better as
location="{{globals.firebase.endpoint}}
. Might as well extract it into a separate custom element more along:<firebase-model app="{{globals.firebase.account}}
path="..." />`The text was updated successfully, but these errors were encountered: