malamakai is an Angular PWA powered by Firebase.
- Angular 9.x + Firebase
- Installable PWA
- OAuth and Email/Password Signup with Firebase
- Drag & drop Kanban demo with Firestore
- Run
git clone https://github.com/davidmimay/malamakai.git malamakaicd malamakainpm install
- Create a project at https://firebase.google.com/ and grab your web config:
- Add the config to your Angular environment
Update the environment.prod.ts and environment.ts files.
export const environment = {
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
๐ Blog detail page and back button. ๐ Blog Table of Content Source1, source2 ๐ Helpers page to one-time payments with some text.

