What would be the best approach to set up Firebase for app flavors that we will publish in the stores? Use a single project with four apps (two for Android and two for iOS) or 2 different projects, one for each flavor with its apps?
I have read in different places that people use 2 different projects, but why would Firebase allow me to set up more apps in a single project?
The two flavors are the same, but they use different icons and app names for branding, and the website (domain name) and business name are the same for both.
I am concerned about the Dynamic Links, Hosts and Messaging, as we have all those well set up in our current project.