my problem is when i want to use FirebaseDatabase ; android studio Cannot resolve symbol ‘DatabaseReference’
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
my problem is when i want to use FirebaseDatabase ; android studio Cannot resolve symbol ‘DatabaseReference’
2
Answers
you can try clean Project (Build-> Clean Project) or Invalidate Caches(File->Invalidate Caches -> Invalidate and Restart)
Please check if you have these dependencies in your
build.gradle
(Module:app) file.For further guide on how to setup firebase properly please visit this.