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

Update connect-user.ts #22

Merged
merged 2 commits into from
Sep 10, 2017
Merged

Update connect-user.ts #22

merged 2 commits into from
Sep 10, 2017

Commits on Sep 9, 2017

  1. Update connect-user.ts

    nielsmaerten committed Sep 9, 2017
    Configuration menu
    Copy the full SHA
    a2f88a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. fix(connect-user): Use StubCreator to mock firebasse during tests

    By using StubCreator, the connect-user module can properly import the FirebaseClient. Importing
    using require does not work once compiled. This fixes a 500 error on Firebase where the
    firebaseClient module could not be found in connectUser
    nielsmaerten committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    91d0c2d View commit details
    Browse the repository at this point in the history