Чтобы решить эту проблему, измените следующие зависимости:
implementation 'com.google.firebase:firebase-storage:11.8.0'
implementation 'com.google.firebase:firebase-firestore:11.8.0'
implementation 'com.google.firebase:firebase-core:11.8.0'
С соответствующими последними версиями:
implementation 'com.google.firebase:firebase-storage:16.1.0'
implementation 'com.google.firebase:firebase-firestore:18.2.0'
implementation 'com.google.firebase:firebase-core:16.0.8'
Не забудьте также:
classpath 'com.google.gms:google-services:4.2.0'
В вашем build.gradle
(Project) файле.