You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(iOS) Update to Firebase Cocoapods version 11.4.2.
(Android) Update to Firebase Android BoM version 33.5.1.
(Android) Reduced minSdkVersion back to 23.
Fix : Add support for Parameters of Lists of Dictionaries, needed by some events such as ViewCart. (#1056).
Renamed ParameterGroupId to ParameterGroupID, to be consistent with other similarly named variables. ParameterGroupId is considered deprecated, and will be removed in the future
Deprecated the Dispose functions, as they are no longer necessary for cleaning up memory.
Fix : (Android) Setting PhotoUrl to empty string or null with UpdateUserProfile clears the field, making it consistent with the other platforms. (#1112).