My setup consists of two android apps, that use the same backend. I was sending push notifications based on the deviceID, meaning if you installed both apps on the same device, the listener of app 1 would listen also to notifications intended for app 2, and hell would break loose.
I would like to know if Firebase can support this type of project. So, does one Firebase project generates one Token per device per app, or only one Token per device? If the latest, any tips on how to get this working?
Thanks in advance.