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

Broken with a non-local firebase-app #9

Open
arjunyel opened this issue Apr 24, 2017 · 3 comments
Open

Broken with a non-local firebase-app #9

arjunyel opened this issue Apr 24, 2017 · 3 comments

Comments

@arjunyel
Copy link
Contributor

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

@sbeleidy
Copy link
Member

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.

(For others, see #8)

@arjunyel
Copy link
Contributor Author

@sbeleidy This was after I rolled back polymerfire so separate issue :D Ill try tonight to see if the new polymerfire works fine

@arjunyel
Copy link
Contributor Author

It works on the latest version of Polymerfire so this is a separate issue. I've submitted a pull request to update it

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