how i can unregister/unsubscribe device from receiving push notifications when user logged out
you can handle this with topics when user login, user can subscribe the topic and also when logout user can unsubscribe the topic using this function
fcm.subscribeToTopic('user');
fcm.unsubscribeFromTopic('user');