I’m attempting to deal with a number of shoppers of the identical code for an iOS codebase, and might want to create a special iOS app on Firebase to deal with every shopper attributable to totally different bundle names, so that is what i’ll have beneath
Consumer X > Bundle identify com.instance.X
Consumer Y > Bundle identify com.instance.Y
Consumer Z > Bundle identify com.instance.Z
what’s the greatest apply to realize this by a single firebase challenge with a number of apps, my query is relating to the iOS half, i’ve 2 choices
Do a number of schemas, 1 shopper per schema, and alter the Google plist file programatically for each, OR do 1 schema with a number of targets and have 1 goal per consumer, the place i can simply set the plist recordsdata for every goal individually with none code to change between them
i’m leaning extra in the direction of the 2nd method, since this may be the very same as Flavors for Android which is the default technique
So any pointers as to execs/cons for every technique?