I am creating an android app where I wish to add certain feature like Google Duo app. Using that feature where the user can specify the amount of time the message will be available on server.
I am using Firebase Real-time Database as backened. But as of now, I haven't succeeded in creating such a thing by using only Android client and Firebase which solves the purpose and is also valid solution.
Can somebody tell me whether Firebase provides such TTL(Time to live) functionality for data. If not then what will be the best way to create such feature?
Any help or info will be highly appreciated.