Commits


Gil authored and GitHub committed 54a1db1dc74
Explicitly state Firestore's dependency on UIKit (#5077) * Explicitly state Firestore's dependency on UIKit (#5067) In #4985 we added support for listening to `UIApplicationWillEnterForegroundNotification` notifications to better handle situations where we may have missed callbacks from `SCNetworkReachabilitySetCallback` while Firestore was in the background. Fixes #5065. * Update CHANGELOG for Firestore v1.11.2