This is a demo repository for my talk Integrate Firebase Auth to your Full Stack Application in GDG Manila's DevFest 2022. This is a monorepo that will show you how to use both Firebase Web SDK and Firebase Admin SDK in your app to handle authentication workflows.
- Vue 3
- NestJS
- TypeORM
- PostgreSQL
- Ant Design Vue for UI Framework
- Firebase SDK v9
- make sure to create an
.env.local
file in each respective folders, just copy-paste the contents of the.env.example
for your reference
cd frontend
npm run dev
cd backend
npm run start:dev