Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

chalkpe/ask

Repository files navigation

ask

An ask service built with Firebase

Usage

  1. Clone this repository
  2. Create your Firebase project
  3. Enable Email/Password provider and create an admin account
  4. Create admins collection on Firestore (Beta) database
  5. Add empty document admins/<UID_OF_YOUR_ADMIN_ACCOUNT>
  6. Edit src/config.js and dist/firebase-messaging-sw.js
  7. yarn install && cd functions && yarn install && cd ..
  8. yarn clean && yarn build && yarn glogin && yarn deploy

License

MIT