I added the awesome LeakCanary library in my app and pretty soon I started to receive various reports for a leak generated by the FirebaseAuth Object that I use in the various activities.
Now my question is: is it a leak generated by the Firebase library itself or I should destroy the object in onDestroy (setting it to null for instance)?
Here is the report from LeakCanary and here is the heapdump