This project comprises of an android app which loads data from firebase database and displays it in RecyclerView
.
--users
|--data
|--id
|--name
|--age
|--timestamp
- The data is loaded in
RecyclerView
in descending order oftimestamp
( Collections.reverse(list); is used) - The database only maintains ten latest data. So a firebase function is deployed which deletes the old data and maintains the latest ten data. The function is functions/index.js