Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have configurable Firebase project #587

Open
blootsvoets opened this issue Jul 29, 2019 · 1 comment
Open

Have configurable Firebase project #587

blootsvoets opened this issue Jul 29, 2019 · 1 comment
Assignees
Labels

Comments

@blootsvoets
Copy link
Collaborator

As described in this Firebase resource: https://firebase.google.com/docs/projects/multiprojects, we could make the Google Firebase project configurable. This could happen either from ManagementPortal or from an app-server. That way each installation can use their own Firebase server for message sending.

This issue supersedes #584, opting for a configurable Firebase project instead of a multi-tenant one.

@yatharthranjan
Copy link
Member

yatharthranjan commented Sep 4, 2024

we can use this method — https://stackoverflow.com/questions/42117592/receive-push-notifications-on-one-android-app-from-two-firebase-projects
to have deployment-specific Firebase and app server (so our app server is not in increasing load, see RADAR-base/RADAR-Appserver#451). The FCM config in the app for different Firebase projects can be done using remote config from a central Firebase project.

  • Select correct firebase project (using a central firebase remote config or radar-app-config) and setup app instance on login
  • Use the base-url of the deployment (QR code) to get the appserver URL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

3 participants