Commits
Maksym Malyhin authored and GitHub committed 2b403a6041f
FIRInstanceIDKeyPairStore crash fix (#2953) * FIRInstanceIDKeyPairStore fix SecKeyRef memory management issue * [WIP] FIRInstanceIDKeyPairStore - perform operations in the order they were scheduled * Revert "[WIP] FIRInstanceIDKeyPairStore - perform operations in the order they were scheduled" This reverts commit 7ff7b51236077678eaf846b78be2d619def10527. * FIRInstanceIDKeyPairStore - schedule updating public and private keys at once (not from a callback) to avoid modifications of keychain in between. Update `self.keyPair` before updating keychain for all cases. * Chengelog * Don't use dispatch_group, rely on `FIRInstanceIDKeychain` serialized implementation instead