Azure function which sends report about finished tasks
Some details
- Function sends report in the MD format every couple hours.
- It uses GetTask3.Sdk nuget packet
- To sent email ProductivityTools.SentEmailGmail is used
- Password to Gmail is stored in the MasterConfiguration so in the file when debugging locally. When running in azure password is taken from environment variable
- Api is protected with the OAuth and Firebase is used as authentication backend
- To perform authentication we need to provide FirebaseWebApiKey it is also stored in Master configuration and environment variable

