Provides App Delegate handlers to be used in your App Delegate.
To save time integrating Firebase Analytics in an application, Firebase Analytics does not require delegation implementation from the AppDelegate if neither SwiftUI nor UIScene lifecycle is adopted. Instead this is automatically done by Firebase Analytics. Should you choose instead to delegate manually, you can turn off the App Delegate Proxy by adding FirebaseAppDelegateProxyEnabled into your app’s Info.plist and setting it to boolean NO, and adding the methods in this category to corresponding delegation handlers.
To handle Universal Links, you must return true in UIApplicationDelegate.application(_:didFinishLaunchingWithOptions:).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-13 UTC."],[],[]]