blink-mobile icon indicating copy to clipboard operation
blink-mobile copied to clipboard

logout and delete account issues

Open SalimArguetaSV opened this issue 1 year ago • 2 comments

Describe the bug Testing Trial Account I found:

  1. Delete Account doesn't Delete account and logout
  2. After delete the account the app just keep loading
  3. When I create a trial account and try to backup an error screen shows up

To Reproduce Steps to reproduce the behavior:

  1. 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

Screenshot_2023-10-13-15-41-12-302_com.galoyapp.jpg

Screenshot_2023-10-13-16-04-53-346_com.galoyapp.jpg

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.

SalimArguetaSV avatar Oct 13 '23 22:10 SalimArguetaSV

@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?

MaxwellDG avatar Jan 01 '24 22:01 MaxwellDG

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.

nicolasburtey avatar Jan 02 '24 00:01 nicolasburtey