Skip to content

12.4.0

Compare
Choose a tag to compare
@aprius aprius released this 01 Nov 02:39
· 4 commits to main since this release

Changed

  • Update to Firebase C++ SDK version 12.4.0.
  • (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).