Firebase iOS SDK - Using configuration file other than GoogleService-Info.plist generates console warning -
i running app firebase 3.x sdk, , looking conditionally use different configuration .plist point different firebase location depending on whether app configured development vs production.
i trying use firapp's configurewithoptions
accomplish this, set different plist path firoptions
pass parameter. however, when use path "googleservice-dev-info.plist" console warning firebase/core states "googleservice-info.plist" not found. see of properties of firoptions
object populated have expected out of googleservice-dev-info.plist file, i'm not sure i'm not understanding. there hardcoded in firebase sdk go googleservice-info.plist regardless of options passed in?
i found answer. due ignorance how cocoapods works, when doing pod install didn't have latest version of firebase installed. running pod update updated firebase version, , console warning went away.
Comments
Post a Comment