blink-mobile
blink-mobile copied to clipboard
logout and delete account issues
Describe the bug Testing Trial Account I found:
- Delete Account doesn't Delete account and logout
- After delete the account the app just keep loading
- When I create a trial account and try to backup an error screen shows up
To Reproduce Steps to reproduce the behavior:
- See error in the video
Expected behavior The app needs to logout without any issues. The app needs to display a backup or create account page.
Screenshot and video
https://github.com/GaloyMoney/galoy-mobile/assets/105733968/bf8401e2-173d-473d-979c-f82f664efe90
Smartphone (please complete the following information):
- Device: [Poco X4]
- OS: [Android ]
- Version [13 MUI 14]
Additional context Add any other context about the problem here.
@nicolasburtey I'd like to work on this one. I've gathered that the appCheck system is validating whether or not a device is allowed to use the 'trial account' service. None of my devices / emulators are passing this check in dev or in prod. Therefore I can't create trial accounts for investigating. Are there some settings on the Firebase account that I should know about that would be causing this?
Emulators are not getting an appcheck by design. For physical device, I don't think google has published what they use to determine if a device is valid or not. It may likely be that privacy settings are preventing appcheck to be successful
we are on working in running the mobile tests with a backend running also locally, this may be best to wait on that enhancement to work on this ticket.