Do Server key (for legacy protocols) gives access to other fcm/gcm projects associated with a developer account . In my case , 1. I already have a gcm project(server key1) and I created new fcm project(server key2) for the same app. 2. Now my new app with fcm and my old app with gcm are both generating tokens and sending to my messaging platform ( Moengage ) 3. In moengage I have entered only server key1(gcm server key)
Problem : Although I have not entered server key for fcm . Still my new app is receiving notification.
So , I want to ask whether the server key gives access to all the fcm/gcm associated with the developer account ????
If this is not the case ,what can be the reason for such behaviour .