Rostyk Lytvyn
Rostyk Lytvyn

Reputation: 21

Multiple Firebase apps in one react native project

Is it possible to use several Firebase projects for Firebase Cloud Messaging in one application? In my project I use rnfirebase and they say that

Currently, the native Firebase SDKs only provide functionality for creating secondary apps on the following services:

App Check. Authentication. Realtime Database. Cloud Firestore. Cloud Functions. Cloud Storage. ML. Installations, Remote Config.

That is, FCM is not in this list. Maybe someone knows how to substitute different google-services.json in real time.

Four firebase apps with cloud messaging, which work

Upvotes: 2

Views: 457

Answers (1)

Yuji Bry
Yuji Bry

Reputation: 370

firebaser here

Currently, you can only integrate one FCM project in an app. The token generated in the app will only work to that certain project.

Upvotes: 0

Related Questions