Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 599 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 599 Bytes

🍕🍍 Firebase + Next JS + TypeScript 🍍🍕

This is a demonstration repository on setting up:

  • Next JS
  • Firebase
  • TypeScript

It displays the result of the question Does pineapple belong on pizza by signing in users via GitHub and allowing them to vote publicly.

It uses the react-firebase-hooks library to display live updating data of the votes and user collections.

It also implements a Cloud Function to create a user document in the user collection whenever a sign-up event is triggered.

Thanks for checking it out!