droidconKE / flutterconKEApp

https://play.google.com/store/apps/details?id=dev.flutterconke.app
14 stars 25 forks source link

Ghost sign in #122

Closed MillerAdulu closed 3 months ago

MillerAdulu commented 3 months ago

Description

Our mobile app only has social sign-in with Google. Google Play requires that you submit working credentials with the app to log in and review the app. Google requires every account to have 2FA setup, so it's unrealistic to hand them your personal account because the 2FA will fail. So this PR is to seed a dummy user on the app which the app can then use in Ghost mode to have the auth be circumvented on the app by long pressing the Fluttercon logo. This way they can log in to review the app and then once the app has been released, on the mobile end, we shall disable review mode so that normal users don't use this as a feature to bypass the login.

Type of Change

Test Changes on Device

You can download your APK from Firebase App Distribution once this PR builds successfully via the following link: https://appdistribution.firebase.dev/i/c796669942f8a811

MillerAdulu commented 3 months ago

@NewtonMutugi,

Please don't merge yet when you are done looking.

Needs https://github.com/droidconKE/droidconEventsBanckend/pull/41

NewtonMutugi commented 3 months ago

Okay let me have a look