chemiadel / nextjs-firebase-tailwindcss

nextjs, firebase & tailwindcss starter

Home Page:https://nextjs-firebase-tailwindcss-live.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

πŸš€ NextJS, FirebaseAuth & Tailwindcss with Typescript

πŸ“ Written with TypeScript

πŸ”’ Client-side authentication sample with Credentials/Google Signin

πŸ”’ Server-side authentication with cookies sample

🦚 with Tailwindcss layout

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Firebase Config

Firebase config: Console > Project settings > General.

Firebase-Admin config: Console > Project settings > Service accounts.

Update .env

#Firebase-admin
type=
project_id=
private_key_id=
private_key=
client_email=
client_id=
auth_uri=
token_uri=
auth_provider_x509_cert_url=
client_x509_cert_url=

#firebase
NEXT_PUBLIC_apiKey=
NEXT_PUBLIC_authDomain=
NEXT_PUBLIC_projectId=
NEXT_PUBLIC_storageBucket=
NEXT_PUBLIC_messagingSenderId=
NEXT_PUBLIC_appId=

Enjoy! 🀘

About

nextjs, firebase & tailwindcss starter

https://nextjs-firebase-tailwindcss-live.vercel.app/


Languages

Language:TypeScript 92.6%Language:JavaScript 4.7%Language:Shell 2.7%