Are you turned off by how ugly the official Mor Promt certificate issued by Ministry of Public Health looks? This project creates a good-looking pkpass file ready to save to your iPhone/Android wallet.
Moreover, being wallet passes, they have the advantage of popping up when you need them e.g. at airports, or they can be summoned by rapidly pressing the secondary button on Apple Watch twice.
Ugly | Pretty |
---|---|
- Install Firebase emulator
- Replace the certificate in
functions/keys
with one from Apple Developer Portal - Set the Firebase config
certs.passphrase
to your certificate's passphrase
- Replace the certificate in
functions/keys
with one from Apple Developer Portal - Set the Firebase config
certs.passphrase
to your certificate's passphrase - Setup GitHub workflows to point to your Firebase project; this takes care of Firebase Hosting (the static page)
- Deploy to Firebase Functions manually with
firebase deploy --only functions