In our use case, we need to use multiple sender id to send msg to server. According to this link, I successfully send msg to our server using multiple sender id.
What confuse me is that if I can send msg to the server only given a sender id, any others with the sender id can send msg to our server too. Does it harm?
Test env: sender id A configured in google-service.json, sender id B used to send msg to server and it works.