I can't add Firebase database in my application and when I remove ":15.0.0" the point 2 is disable.can't resolve disable
Asked
Active
Viewed 124 times
1 Answers
1
Remove the 15.0.0
. You can't have two versions listed. You should also read the error you get instead of just posting it. It tells you exactly what to do.
You need to implement firebase-core
:
implementation 'com.google.firebase:firebase-core:16.0.4'

TheWanderer
- 16,775
- 6
- 49
- 63
-
ok but now the point 2 "Add the Realtime Database to your app" is disable – Zstzbxn Oct 24 '18 at 14:28
-
-
-