You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloads from GitHub Releases: 
7
+
5
8
<div>
6
9
<h2>About</h2>
7
10
<p>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.</p>
@@ -21,6 +24,30 @@
21
24
</ul>
22
25
</div>
23
26
27
+
<div>
28
+
<h2>Requirements</h2>
29
+
<ul>
30
+
<li>
31
+
Android 10+
32
+
</li>
33
+
<li>
34
+
Biometric authentication of some sort (Mostly Fingerprint since most Face Unlock implementations are incompatible with this app).
35
+
</li>
36
+
<li>
37
+
GMS (Google Mobile Services) if you want to use Cloud Sync.
38
+
</li>
39
+
</ul>
40
+
</div>
41
+
42
+
<div>
43
+
<h2>How do I download?</h2>
44
+
<p>The app can be downloaded in two ways:</p>
45
+
<ul>
46
+
<li>Google Play Store: The easiest method, search for "Fallback" and install the app from there.</li>
47
+
<li>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.</li>
0 commit comments