I am using Firebase for authentication in my web application. In the application it is quite common that the owner can disable accounts. For security reasons, when a user is disabled, they should be removed from the platform. Testing, when I disable an account, the user cannot log in, but if they are already on the platform, they will not be removed from the platform (I suppose until the token expires). Is it possible to configure that when you deactivate a user, they are immediately removed from their account?