Hello. I’m thinking to track which users installed the App and then also sending Push notifications to them. I have in mind to write a value into the DB in the moment a user logs in on the App as I have a shared database with a desktop app. Any other ideas? Thx, Thomas.
Hi @thomasniederberger ,
You could add properties for first signup date, last login date, last logout date and to expand more, change password date, forced logout boolean in users collection.
Update them or check them whenever the related function executed.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.