I’m developing an app with Defold and would like to dynamically switch between test and production environments in Firebase Analytics. However, the standard Firebase extension for Defold (extension-firebase) doesn’t seem to support runtime initialization of multiple Firebase apps using FirebaseOptions or the management of multiple apps via identifiers.
It appears that the only current options are to replace the google-services.json (for Android) or GoogleService-Info.plist (for iOS) before building, or to create/modify a native extension to use FirebaseOptions. Does anyone have any experience or insights on how to achieve this? Any help would be greatly appreciated!