2 different apps 1 firebase

Hello I have looked around. I am trying to creat 2 different apps that access the same firebase data base but I am running into a problem where the package names clash 1 app is for users and the second is for admins but the admins can also have the user app does any one have any idea what I can do

1 Like

You have a different package name for the admin app I presume?

If yes, then what exactly is the problem?
If no, then I gave you the solution

fire base will only act on 1 package name it wont work with different names

It does work!
I too have an admin app and a user app. Both installed on the same device and both work perfectly fine.

Have you added both the package names in the firebase console?

Again, what is exactly the problem?

1 Like

May be he is saying that he wants both admin & user app installed on admin’s app but because of same package name he is not able to install both apps !!

ill try again i might have made a error some
where thank you will let you know soon

2 Likes

I already mentioned that solution

And looking at @Grant_Kuhn reply, it looks like they are having a problem with the firebase end and not of package names


Sure try again and let us know.

1 Like

how do you add a second package name to firebase

1 Like

Under Project Settings,

You can also have a look here for some extra knowledge

5 Likes

thank you i really did not know that i could add more “apps” i have only build 1 way connections so far … thank you very much

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.