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

Don't require app-name for Firebase elements #3

Open
arjunyel opened this issue Apr 23, 2017 · 1 comment
Open

Don't require app-name for Firebase elements #3

arjunyel opened this issue Apr 23, 2017 · 1 comment

Comments

@arjunyel
Copy link

Regular Polymerfire elements find the name of the firebase-app automatically (as long as their is just one firebase-app) so the convoo fire elements should replicate this behavior. If you use, for example file-fire, you are required to set app-name on every other polymerfire element (such as firebase-auth) and a name on firebase-app.

@sbeleidy
Copy link
Member

Agreed - thanks for creating the issue 😄

We just have to figure out how to set the default value of app-name so that it works with the default app without specifying anything while allowing those who need it to be able to specify the app name.

Right now, we require the app-name so that we could handle the case when someone wants to specify the name. But this means that we end up forcing users to use an app-name on everything they work with which is not a great experience.

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