I am using Firebase with React Native. There are two different projects with one Android app under each project.
My backend server is configured to receive/store the FCM token of every individual app user. Right now, the same backend server caters to both apps. The FCM json config file for the backend server is based on one of the aforementioned two projects.
Can the backend send notifications to an user of either of the two apps, as long as it has their FCM token?