add firebase, add screen flow
This commit is contained in:
@@ -7,6 +7,11 @@ import UIKit
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||
) -> Bool {
|
||||
#if DEBUG
|
||||
var args = ProcessInfo.processInfo.arguments
|
||||
args.append("-FIRDebugEnabled")
|
||||
ProcessInfo.processInfo.setValue(args, forKey: "arguments")
|
||||
#endif
|
||||
GeneratedPluginRegistrant.register(with: self)
|
||||
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user