After invoking AuthUI.getInstance.signOut(getActivity())from a fragment, LeakCanary reported a leak of the parent activity as it can be seen in the leak canary's report screenshot.

AuthUI.getInstance.signOut(getActivity()) from a fragment and redirect the user to a new activity (for instance to reauthenticate again);LeakCanary to run and report the leak;Printscreen of the leak above ( _Describe the problem_ section).
@samtstern, I've noticed this leak several times, but I don't understand why it's happening since we remove the activity from INSTANCES. It's something we either have to rewrite or spend some quality time debugging. :smile:
@pedrodanielcsantos thanks for this report, we'll see what we can do to hunt this down
Thanks a lot @samtstern @SUPERCILEX ! If I can help in some way, just give me a shout 馃憤
The fix for this issue has been released in version 1.2.0.