This is due to Keychain in iOS which saves the Auth state even after uninstalling the app.
How can I delete the keychain Auth state in react-native or prevent this from happening?
I’m using react-native-Firebase v6
Help would be very much appreciated.