firebase_auth_demo_flutter icon indicating copy to clipboard operation
firebase_auth_demo_flutter copied to clipboard

App stored user data after uninstall from iOS device.

Open parth22 opened this issue 4 years ago • 2 comments

I download the code and run into simulator one strange behaviour that i can't understand. If I uninstall the app without logout from the simulator, run flutter clean and run the code again the app start with previous login info i try to track this but i can't find this can you help me because my whole app is depending on your login flow and now i don't want to change this login part.

parth22 avatar Apr 19 '20 10:04 parth22

@parth22 do you mean that the app is still signed-in after deleting and reinstalling? That happens because Firebase stores login information in the iOS keychain. The behavior is different on Android.

bizz84 avatar Apr 20 '20 21:04 bizz84

@bizz84 Thanks for the quick reply. Can you guide me that how can i avoid that behaviour in iOS. I also try to delete keychain using flutter_secure_storage deleteAll() api but it didn't work.

parth22 avatar Apr 21 '20 02:04 parth22