- Notifications
You must be signed in to change notification settings - Fork434
🍱 🔥 Angular + Firebase Progressive Web App Starter
NotificationsYou must be signed in to change notification settings
codediodeio/angular-firestarter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Firestarter is an Angular PWA powered by Firebase.
- Angular 12.x + Firebase
- Installable PWA
- OAuth and Email/Password Signup with Firebase
- Drag & drop Kanban demo with Firestore
- Angular Universal SSR with Nest.js deployed to Google Cloud Run
- Optional SSR Prerendering Script
- Run
git clone https://github.com/codediodeio/angular-firestarter.git firestarter
cd firestarter
npm install
- Create a project athttps://firebase.google.com/ and grab your web config:
- Add the config to your Angular environment
Update theenvironment.prod.ts
andenvironment.ts
files.
exportconstenvironment={production:false,firebase:{apiKey:'APIKEY',authDomain:'DEV-APP.firebaseapp.com',databaseURL:'https://DEV-APP.firebaseio.com',projectId:'DEV-APP',storageBucket:'DEV-APP.appspot.com',messagingSenderId:'...',appId:'...',}};
- Run
ng serve
About
🍱 🔥 Angular + Firebase Progressive Web App Starter
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.