I have a mobile app that uses firebase's mail/password authentication.
The accounts are created by someone with a "manager" profile and distributed to all their employees. The accounts use their personal corporative mails and the first password is the employee ID. For security reasons, I want to force the employees to change their password the first time they log in and then once every 30 days. Is there any way to implement this using firebase's API? Sort of like defining an expire date. Or do I have to manually do the checks keeping track of the last time the password was changed?