A simple Outlook Add-In to save emails to Google Firestore.
Create a config.ts file in the src/env directory
Config needs to export an object that contains emailCollectionPath, attachmentStoragePath and firebaseConfig
Example
export const config = {
emailCollectionPath: 'PATH TO SAVE EMAILS',
attachmentStoragePath: 'PATH TO SAVE ATTACHMENTS',
firebaseConfig: {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: ""
}
}
npm run dev-server
To change the logo used replace the files found under assets/