arnesson / cordova-plugin-firebase

Cordova plugin for Google Firebase
http://arnesson.github.io/cordova-plugin-firebase
MIT License
1k stars 1.55k forks source link

Does grantPermission auto subscribe user to "myApp" as a topic? #1080

Open rolinger opened 4 years ago

rolinger commented 4 years ago

Hi,

My app enables push notifications during the initial app install and registration, but I have not subscribed or offered the ability for users to subscribe to any topics. I am now just getting around to enabling various topics to subscribe to. However, in the FCM console cloud-messaging I see that I have my entire user base subscribed to a topic "appnameApp" (ie: coolgamesApp).

Since I am not specifically subscribing anyone to that topic I am curious how the topic was created? Is it a default topic that every user gets auto assigned to when they allow/grant push notifications upon my initial app registration?