I'm new to Android studio and am trying to create a card view that will host data using firebase adapter, but I cannot find it? I hope to place the code in my onStart
method so I can populate the card, however FirebaseRecyclerAdapter
is not appearing (I get the error that it cannot find the symbol). I've added the dependencies and imports, yet it still doesn't appear. Help would be very much appreciated!
Asked
Active
Viewed 1,724 times
0

Frank van Puffelen
- 565,676
- 79
- 828
- 807

Karim Timer
- 45
- 7
-
can you show us the dependencies – Mohammad Sommakia Jul 02 '18 at 13:41
-
1Please do not use images to convey textual informations. – Tim Diekmann Jul 02 '18 at 13:52
1 Answers
6
have you tried this dependency?
New Version is now 8.0.0
implementation 'com.firebaseui:firebase-ui-database:8.0.0'

Mohammad Sommakia
- 1,773
- 3
- 15
- 48