How to send notifications to one of two apps in the same project at firebase

前端 未结 4 730
遥遥无期
遥遥无期 2021-01-15 01:08

We have multiple apps at the same project of firebase like Master, Develop, testing.

And for sure every one of them has different users and we want to send to one ap

4条回答
  •  不知归路
    2021-01-15 01:23

    after a lot of search i didn't got an answer from firebase side to differentiate between 2 apps so i just made a condition into background message service and know if the app is develop or master version and then push the notification if it's my correct version

提交回复
热议问题