In ios11, Main Thread Checker warning occured at [FIRApp configure];
Main Thread Checker: UI API called on a background thread: -[UIApplication delegate]
PID: 4438, TID: 13441549, Thread name: (none), Queue name: FIRAnalyticsQueue, QoS: 9
Does anyone else get same warning? I wonder it's firebase's problem or just my code's.