Has anyone ever come across / found a solution for removing the FCM token from the Firebase database when a user "logs out" of a Flutterflow / Firebase app?
Calling the "Auth - Log Out" action in firebase of course logs the user out - but the previously used FCM token remains in firebase.
This is a problem as notifications will still be sent to that device even when no user is logged in?!
This is further complicated if a user downloads the app and logs into it with the same account on 2 different devices...
Calling the "Auth - Delete User" does remove the FCM token (and even removes the correct one if multiple tokens are assigned to the same user)....
Any pointers please?!