The current situation
In one of the projects we are working on, we use Facebook’s SDK for multiple purposes. We have 4 apps (iOS paid, iOS freemium, Android paid, Android freemium) which share the same login and we want users to be able to login with the same Firebase user id on all apps. All our apps share the same Facebook App Id.
The problem
We were running into the problem where we can’t advertise on Facebook more than one app at a time and on top of that we were for example advertising our paid iOS app, getting installs to the free iOS app and these were being counted as conversions from Facebook.
Solution proposal
I came up with an idea to create a Facebook App ID, which will be used only for marketing.
Here’s a chart I made to better explain this to the rest of my team:
![](https://uploads-ssl.webflow.com/5bbc65cacbc94f1c605f9cba/5d96101b9dcc3fa3f91e31e2_1*EHPfxQBrWC6gxvlJXISYRw.png)
Similar issues: Multiple Facebook apps for one Firebase project
We have successfully been using this setup for over a month and it seems to be working just as expected, so I can definitely recommend you try this setup is you have a similar problem.