My Android application is connected to Firebase, and I retrieve data from database successfully. But my question is there is any way to get what time the data stored in ddatabase to retrieve it to my application?
I hope my question is clear.
My Android application is connected to Firebase, and I retrieve data from database successfully. But my question is there is any way to get what time the data stored in ddatabase to retrieve it to my application?
I hope my question is clear.
is there is any way to get what time the data stored in ddatabase
No, Firebase realtime database does not store metadata. You should create your own mechanism by storing the desired time as a timestamp in the database as explained here.