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

Add example: Firebase authentication + SSR #1

Closed
wants to merge 52 commits into from

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    b85cb89 View commit details
    Browse the repository at this point in the history
  2. Change package.json name

    kmjennison committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e200662 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    6eed448 View commit details
    Browse the repository at this point in the history
  2. Add cookies middleware

    kmjennison committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    3d313a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    decf70f View commit details
    Browse the repository at this point in the history
  4. Enable absolute imports

    kmjennison committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    99d7bf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a463e8 View commit details
    Browse the repository at this point in the history
  6. Add TODO

    kmjennison committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    e0cea06 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Remove whitespace

    kmjennison committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    8d53eb3 View commit details
    Browse the repository at this point in the history
  2. WIP - withAuthUser

    kmjennison committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    404a5e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d546e25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5a3021 View commit details
    Browse the repository at this point in the history
  5. Create withAuthComponent

    kmjennison committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    d31259c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5b25ce View commit details
    Browse the repository at this point in the history
  7. Add TODOs

    kmjennison committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    a764394 View commit details
    Browse the repository at this point in the history
  8. Remove outdated HOC

    kmjennison committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    d43ee28 View commit details
    Browse the repository at this point in the history
  9. Add lodash

    kmjennison committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    16637ae View commit details
    Browse the repository at this point in the history
  10. Add yarn.lock

    kmjennison committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    d53d3d3 View commit details
    Browse the repository at this point in the history
  11. Add TODO

    kmjennison committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    ff80e2c View commit details
    Browse the repository at this point in the history
  12. Create useAuthUser hook

    kmjennison committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    154ffb3 View commit details
    Browse the repository at this point in the history
  13. Tweak createAuthUser

    kmjennison committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    79e0800 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    ee6c602 View commit details
    Browse the repository at this point in the history
  2. Add data fetching

    kmjennison committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    7f1627f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    0947b13 View commit details
    Browse the repository at this point in the history
  2. Handle unauthed users

    kmjennison committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    8eb4b80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    282e800 View commit details
    Browse the repository at this point in the history
  4. Update documentation link

    kmjennison committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    e9d6715 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    747ecf1 View commit details
    Browse the repository at this point in the history
  6. Add logout

    kmjennison committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    7993500 View commit details
    Browse the repository at this point in the history
  7. Remove js-cookie

    kmjennison committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    bf06d35 View commit details
    Browse the repository at this point in the history
  8. Update favorite foods

    kmjennison committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    edb5048 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    9e45f2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    835718b View commit details
    Browse the repository at this point in the history
  3. Absolute import

    kmjennison committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    b362969 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ed0d8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e1d948 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10ba891 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0dfb638 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3212198 View commit details
    Browse the repository at this point in the history
  9. Add another example page

    kmjennison committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    cc6b6ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74edafa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b53f3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c894426 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Update comments

    kmjennison committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    7670313 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    kmjennison authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    220e427 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    kmjennison authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    0a5f3ff View commit details
    Browse the repository at this point in the history
  4. Update README.md

    kmjennison authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    ca31d49 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    kmjennison authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    fd84b3a View commit details
    Browse the repository at this point in the history
  6. Update README.md

    kmjennison authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    731de56 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    kmjennison authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    3eff896 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    kmjennison authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    791630d View commit details
    Browse the repository at this point in the history
  9. Add to .gitignore

    kmjennison committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    43fe206 View commit details
    Browse the repository at this point in the history