You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I have a React Native project declined in +50 applications using mode (formerly variant). It's exactly the same application, only the logos change.
To generate the variants, I simply use for Android :
npx react-native build-android --mode=app1Release
npx react-native build-android --mode=app2Release
npx react-native build-android --mode=app3Release
...
Obviously, each project has its own Package Name (com.app1 ; com.app2 ; com.app 3 ; ...).
Do you know if it's possible to have a single Firebase project (and a single google-services.json) for all these applications? I'd like to use Messaging but I don't want to have to create a new Firebase project each time with its google-firebase.json.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
First of all, thank you very much for your work.
Currently, I have a React Native project declined in +50 applications using mode (formerly variant). It's exactly the same application, only the logos change.
To generate the variants, I simply use for Android :
Obviously, each project has its own Package Name (com.app1 ; com.app2 ; com.app 3 ; ...).
Do you know if it's possible to have a single Firebase project (and a single google-services.json) for all these applications? I'd like to use Messaging but I don't want to have to create a new Firebase project each time with its google-firebase.json.
I'm afraid not, but I hope so ^^.
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions