Skip to content

Tags: dloic/firebase-ios-sdk

Tags

6.8.0

Toggle 6.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remote Config `pod spec lint` fixes (firebase#3717) (firebase#3718)

* Fix ExperimentPayload.pbobjc.h imports

* RemoteConfig tests: add missing headers to spec.

* Revert ExperimentPayload.pbobjc.h import for ABTesting sources.

RemoteConfig-4.4.0

Toggle RemoteConfig-4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remote Config `pod spec lint` fixes (firebase#3717) (firebase#3718)

* Fix ExperimentPayload.pbobjc.h imports

* RemoteConfig tests: add missing headers to spec.

* Revert ExperimentPayload.pbobjc.h import for ABTesting sources.

Messaging-4.1.4

Toggle Messaging-4.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remote Config `pod spec lint` fixes (firebase#3717) (firebase#3718)

* Fix ExperimentPayload.pbobjc.h imports

* RemoteConfig tests: add missing headers to spec.

* Revert ExperimentPayload.pbobjc.h import for ABTesting sources.

InstanceID-4.2.4

Toggle InstanceID-4.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remote Config `pod spec lint` fixes (firebase#3717) (firebase#3718)

* Fix ExperimentPayload.pbobjc.h imports

* RemoteConfig tests: add missing headers to spec.

* Revert ExperimentPayload.pbobjc.h import for ABTesting sources.

InAppMessaging-0.15.4

Toggle InAppMessaging-0.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remote Config `pod spec lint` fixes (firebase#3717) (firebase#3718)

* Fix ExperimentPayload.pbobjc.h imports

* RemoteConfig tests: add missing headers to spec.

* Revert ExperimentPayload.pbobjc.h import for ABTesting sources.

Firestore-1.5.0

Toggle Firestore-1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remote Config `pod spec lint` fixes (firebase#3717) (firebase#3718)

* Fix ExperimentPayload.pbobjc.h imports

* RemoteConfig tests: add missing headers to spec.

* Revert ExperimentPayload.pbobjc.h import for ABTesting sources.

Core-6.2.2

Toggle Core-6.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remote Config `pod spec lint` fixes (firebase#3717) (firebase#3718)

* Fix ExperimentPayload.pbobjc.h imports

* RemoteConfig tests: add missing headers to spec.

* Revert ExperimentPayload.pbobjc.h import for ABTesting sources.

ABTesting-3.1.1

Toggle ABTesting-3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remote Config `pod spec lint` fixes (firebase#3717) (firebase#3718)

* Fix ExperimentPayload.pbobjc.h imports

* RemoteConfig tests: add missing headers to spec.

* Revert ExperimentPayload.pbobjc.h import for ABTesting sources.

6.7.1

Toggle 6.7.1's commit message
Increment GDT's version and CHANGELOG (firebase#3691)

* Increment GDT's version and CHANGELOG

* Wrap decoding targetToInflightPackages in a try/catch (firebase#3689)

It's not apparent how a key could be stored with a nil object in the dictionary. Maybe it's possible that somehow a GDTUploadPackage fails to decode, but there aren't any indications that this is the case. This PR adds a check for contents of the dictionary, though encoding an empty dictionary should be fine. A try/catch is utilized to catch exceptions thrown in iOS's implementation of NSSecureCoding in NSMutableDictionary.

DataTransport-1.1.3

Toggle DataTransport-1.1.3's commit message
Increment GDT's version and CHANGELOG (firebase#3691)

* Increment GDT's version and CHANGELOG

* Wrap decoding targetToInflightPackages in a try/catch (firebase#3689)

It's not apparent how a key could be stored with a nil object in the dictionary. Maybe it's possible that somehow a GDTUploadPackage fails to decode, but there aren't any indications that this is the case. This PR adds a check for contents of the dictionary, though encoding an empty dictionary should be fine. A try/catch is utilized to catch exceptions thrown in iOS's implementation of NSSecureCoding in NSMutableDictionary.