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

Bundle Firebase JS #1

Open
elliotdickison opened this issue Apr 6, 2017 · 0 comments
Open

Bundle Firebase JS #1

elliotdickison opened this issue Apr 6, 2017 · 0 comments

Comments

@elliotdickison
Copy link
Owner

The primary benefits (that I can think of) for doing this would be:

  • No implicit dependency (the package will break if Firebase is not included globally)
  • No potential breakage from mismatched versions
  • A simpler setup story

The problem currently blocking this is that the Firebase JS client does not work in strict mode, but all Elm code is run in strict mode.

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

1 participant