Downloads from GitHub Releases:
An application you "Fallback" to when you don't have access to your 2FA codes. Fallback is built using Flutter and follows Material Design 3. The Android app is now available on Google Play Store.
Fallback lets you store and retrieve your backup keys. Stored keys are always encrypted and the user must use a biometric method to be able to view the keys
- Cloud Sync: Keys can be synced to the project's firestore and can be retrieved by the user anytime (even across devices)
- Local Backups: Users who don't want to or can't use Cloud Sync can also make backups and restore their keys.
- Fully Encrypted: Keys are fully encrypted at all times. Keys are encrypted using the password that the user sets which is then synced to the cloud or stored as a local backup. Users cannot use cloud sync or make local backups without setting their encryption password.
- Data Deletion: You can delete all cloud synced data by disconnecting your account from the setting page
- Android 10+
- Biometric authentication of some sort (Mostly Fingerprint on Android since most Face Unlock implementations are not supported by this app).
- GMS (Google Mobile Services) if you want to use Cloud Sync.
The app can be downloaded in two ways:
- Google Play Store: Download.
- Github Releases: For those who cannot or do not want to install from the Google Play Store can download the apk from this repo's releases. Do note that OTA updates do not work if the app is installed through this method and the user has to manually update the app.



