bjcarlson42 / nextjs-with-firebase

NextJS boiler-plate with Google's Firebase integrated. Watch on YouTube: https://youtu.be/SYnu6CLKD70

Home Page:https://youtu.be/SYnu6CLKD70

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.JS With Firebase Boiler Plate

image of app

This repo is a sample next.js project with Firebase integration. I used yarn create next-app to bootstrap the project and I did not remove any of the starter files. Feel free to follow along with the YouTube tutorial here and check out the live website hosted on Vercel here.

This repo contains the followng actions implemented:

  • Authentication
    • popup auth flow
    • email + password
    • Google OAuth
    • Twitter OAuth
    • GitHub OAuth
  • Cloud Firestore
    • read (examples for all availible data types)
    • write
  • Realtime Database
    • read
    • write
  • Storage
    • Uploade a file (video, image, etc)
  • React Bootstrap
    • React Bootstrap installed with minimal styling

This is not meant to be a tutorial on how to use next.js or Firebase, but simply how to connect the two and perform common actions. As always, refer to the docs whenever you might have questions:

This is compatable with next.js v10+ and Firebase JavaScript v8+, which are currently the newest versions. May work with older versions.

About

NextJS boiler-plate with Google's Firebase integrated. Watch on YouTube: https://youtu.be/SYnu6CLKD70

https://youtu.be/SYnu6CLKD70


Languages

Language:JavaScript 86.8%Language:CSS 11.5%Language:Shell 1.7%