Skip to content

Providing diagnosis keys

Artur Słomowski edited this page Jun 2, 2020 · 7 revisions

Each new downloaded Diagnosis Key file (please see Downloading Diagnosis Keys section) is provided for exposure checking. The check is performed by Exposure Notification API with Exposure Configuration options that tune the matching algorithm. In order to provide elastic architecture, the exposure configuration is obtained from Firebase RemoteConfig service. Providing of Diagnosis Key files is done in a background Worker as this is done periodically and doesn't require the user to have application in the foreground.

Steps:

Clone this wiki locally