Closed
Description
We're planning to update the minimum supported ios version to 10 in the next Firebase major release.
Also do a scrub to remove unnecessary pre-iOS 10 code like removing NSNotificationCenter observers in dealloc's. See cl/307613047.
- (void)dealloc {
[[NSNotificationCenter defaultCenter] removeObserver:self];
}
Update the AdMob dependency in the Firebase pod past 7.63. See #6355
Please comment here if you have any question or concerns.