I have a react app with settings screens which allows to disable all types of notifications. How to achieve this wasn't exactly clear in react native documentation. I can ask for user permission when he signup but how do I disable this permission from settings screen so he will not receive any notifications but user can enable them again in future.
I can do this using topics but that's pretty limited. I want to target using audience from firebase console. Any help appreciated.