I am using FCM in my app. Currently, when a user logs-out, I remove the corresponding registration token in my App Server to make the user not active. I was wondering if I should do the same thing if the user uninstalls the app?
Also, is there a way to check if the FCM registration token is valid or not?