Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple projects on one domain

I have a domain that is used for multiple landing pages.

example:

domain.com/A/
domain.com/B/

Each has its own firebase project, server key, sender ID etc. I am testing using my phone, goto landing page A - sign up for notifications. Then, I do the same on B.

After signing up on B, I send a message to the registrants for A list, but I stop getting notified on A (on my phone). Is there a way around that? Thanks!

like image 319
tarkil Avatar asked Feb 06 '18 20:02

tarkil


1 Answers

If I understand the context of this question, you are trying to integrate two apps to function as one, and in one project you have group A, while in the other you have group b.

If that is the case, that means that the apps function in the same way, and you are needing multiple databases per projects, which is available through the Blaze plan.

like image 173
Battlesquid Avatar answered Oct 16 '22 05:10

Battlesquid