Do I need Firebase Core for Firebase Database?

前端 未结 1 583
春和景丽
春和景丽 2020-12-07 03:59

I use only Firebase Database and I\'ve added only the next dependency:

implementation \'com.google.firebase:firebase-database:16.0.1\'

it s

相关标签:
1条回答
  • 2020-12-07 04:30

    Yes, you have to explicitly list it now:

    Update - June 12, 2018

    Your app gradle file now has to explicitly list com.google.firebase:firebase-core as a dependency for Firebase services to work as expected.

    more info here:

    https://firebase.google.com/support/release-notes/android

    0 讨论(0)
提交回复
热议问题