I am working on an app in which I have used firebase database & auth for the user authentication. Now when I logged in with a user id and delete the app from the iPhone, when I again install the app it automatically takes me to the home screen without the login procedure.
I am not able to understand why it is not asking for the user to login after the app is installed again. As according to my knowledge iPhone saves these types of things in the sandbox & when we delete the app its sandbox is also deleted & a new one is created when we install the app again.
Anyone who can help me to figure out this issue?
Thanks In Advance