Apple + Google
Wallet Support
Bulk
Generation
AR + EN
Languages
Automated
Lifecycle
DigiPrnt is a digital employee identification platform that enables organizations to generate and distribute digital ID passes for Apple Wallet and Google Wallet at scale. Organizations upload employee data, configure card styling, and generate passes in bulk — each employee receives a personalized email with wallet-specific installation instructions.
The platform manages the full pass lifecycle: generation, distribution, installation tracking, and revocation — all synchronized through Firestore triggers that track real-time pass status across devices.
Bulk generation uses Promise.all to parallelize per-card HTTP requests to the external wallet generation API, then batches SendGrid email personalizations — each email contains HTML with both Apple Wallet and Google Wallet download instructions.
The pass lifecycle is event-driven: Firestore onWrite triggers on pass documents detect changes in device-reported flags and update the pass status (downloaded, active, deleted) — enabling real-time dashboard views of which employees have installed their digital IDs.