I have a strange issue when integrate firebase:

Remove the
implementation 'com.google.firebase:firebase-database:16.0.1:15.0.0'
and add only
implementation 'com.google.firebase:firebase-database:16.0.1'
Because
16.0.1is added by our self and while after that we connect firebase using the plugin in the studio, it adds a new lib file with15.0.0. So that's not required.