capacitor-community / fcm

Enable Firebase Cloud Messaging for Capacitor apps
https://capacitor.ionicframework.com/docs/
MIT License
237 stars 83 forks source link

Communication between two different apps #23

Closed nielsvanrijn closed 4 years ago

nielsvanrijn commented 4 years ago

Hi,

I'm building 2 ionic apps that have to send notifications to each other. I created 2 different apps under the same Firebase Project (actually 4, iOS & Android), This in turn means I have 2 GoogleService-Info.plist files with the different PRODUCT_BUNDLE_IDENTIFIER names.

My problem is that only one of these PRODUCT_BUNDLE_IDENTIFIER and GoogleService-Info.plist combinations works. It looks like sending notifications between these two is impossible even tho they share the same Firebase Project and Cloud FireStore Database.

Is notification communication between two different apps with different GoogleService-Info.plist files possible?

stewones commented 4 years ago

sorry it's too confusing, can you provide a reproducible environment?

stewones commented 4 years ago

closing feel free to open a new issue with some steps to reproduce the problem.