Author: CXPhoenix
- version: 2.2.4
- Licence: GNU GENERAL PUBLIC LICENSE v3.0
npm install
- Build a file "firebaseConfig.js" in srcJs/functions/
- Write the firebaseConfig
export const firebaseConfig = {
apiKey: [Your API Key],
authDomain: [Your Auth Domain],
projectId: [Your firebase project id],
storageBucket: [Your storage bucket code],
messagingSenderId: [Your messaging sender id],
appId: [Your app id],
measurementId: [Your measurement id]
};
webpack/development
npm run build-dev
webpack/dev-watch
npm run build-dev:watch
webpack/production
npm run build