-
Support for multi-project cloud messaging? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It doesn't support it. Messaging doesn't https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/FirebaseMessaging#getInstance() Nothing to do with react-native-firebase, it's a messaging limitation, since the device receives messages and the device is a singular thing, the messages module is a singular thing. |
Beta Was this translation helpful? Give feedback.
It doesn't support it.
The products that do have constructors that can take a FirebaseApp, like Functions https://firebase.google.com/docs/reference/android/com/google/firebase/functions/FirebaseFunctions#getInstance(com.google.firebase.FirebaseApp)
Messaging doesn't https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/FirebaseMessaging#getInstance()
Nothing to do with react-native-firebase, it's a messaging limitation, since the device receives messages and the device is a singular thing, the messages module is a singular thing.