I am using firebase dynamic link.
I created two Android apps in one project,
It started with one app, but later, another app was created and two apps were registered in one project.
At this time, the package name of the first app will be located later in the alphabetical sorting order than the one created later. However, in order to apply dynamic linking to those in the back order, I also set it in manifest.xml.
By the way, the order of registration has come to the second position in the google-services.json file. So, at present, it is forced to be in the first position and redeployed and applied.
There is no way to change the order or do it in fiasebase's console.
I don't know if my experience is correct.