I have a firebase project with two android apps. Both apps have different users.
The dot net based back end sends notification to the apps based on the firebase token synced from devices to server.
My problem is that the first Android app is receiving notifications from the backend, but the second one isn't. Backend uses the same code for both.
Also, both apps are receiving notifications when sent from console.
Some Answers (like this one) suggest to subscribe to a different topic in each app. Is it required, even if the back end is sending notification based on the firebase token of device?