When changing an account via the sign out sign in method, the app does not reload the data that should be displayed. This causes the app to display the data / information of the user that was signed in, to the currently signed in user.
Its not clear if the new Realm access permissions are being added causing a sort of merging appearance, where both the user's data are being shown, or if it is simply staying with the old permissions.
Once the app is restarted and the new user is automatically signed in, only their data shows
When changing an account via the sign out sign in method, the app does not reload the data that should be displayed. This causes the app to display the data / information of the user that was signed in, to the currently signed in user.
Its not clear if the new Realm access permissions are being added causing a sort of merging appearance, where both the user's data are being shown, or if it is simply staying with the old permissions.
Once the app is restarted and the new user is automatically signed in, only their data shows