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
File-fire will error out when it doesnt have a firebase-app element in the same html file as file-fire.
Didnt work: Had a global firebase-app in my-app.html (main app element), file-fire was a child of a child of my-app.html
Worked: Created a second firebase-app in the same html as file-fire, this firebase-app had the name property set while the global one didnt. The file-fire used app-name to access the second firebase-app
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. I don't understand why this could be happening. You shouldn't have to add another firebase-app each time you want to use file-fire. Something is really weird.
Will try to look into what changed in the new polymerfire elements.
File-fire will error out when it doesnt have a firebase-app element in the same html file as file-fire.
Didnt work: Had a global firebase-app in my-app.html (main app element), file-fire was a child of a child of my-app.html
Worked: Created a second firebase-app in the same html as file-fire, this firebase-app had the name property set while the global one didnt. The file-fire used app-name to access the second firebase-app
The text was updated successfully, but these errors were encountered: