is there any benefit in having Dagger inject these...
# android
f
is there any benefit in having Dagger inject these static calls đŸ¤”
o
Hmmm Probably injecting a fake-test implementation when testing not relying on real Firebase
j
Default args will do the same then đŸ¤”
o
oh, that’s true this only would be possible in the class that is receiving the Firebase objects
I would wrap it into interfaces, and make fake implementation on tests
g
It was important before, when Kotlin objects were not supported by dagger, now those JvmStatics are useless for Dagger