We are in the process of merging 2 separate applications(Android & iOS) into one. Each of the application has its own Firebase project, and its own Google Analytics 4 property. So essentially we have two different setups and we have to choose which one to go with. We would like to keep the Firebase project of the 1st app, but use the GA4 property that is connected to the Firebase project of the 2nd app.
The main question: Does changing the Firebase project change the IDs that are getting passed to GA4 and are used for analytical tracking/data stitching? Would this break the data continuity for users of the second app(the GA4 property we want to keep)?
We are worried that even if we keep the same property, to keep the data about the users of the App 1, we will lose the data continuity and every user will count as new - thus influencing the GA4 data itself but also the Ad systems that the GA4 is connected to.
Happy to provide additional details if needed. Thanks very much for the responses :)