There is one behavior of an open source library that I would like to change (in FirebaseAuth).
But I would like to avoid the burden of cloning the library and using my version. So I'm wondering if there is an easier way, something like telling gradle to pull the project locally and use it, that way I could modify a simple file and only maintain that.
That's what my colleague is able to do on iOS with the POD management. Just wondering if you guys have ideas about this
I tried to check if there was a way to override the class or the code but it doesn't seems to be possible. It seems to work only for ressources.