countly-sdk-react-native-bridge icon indicating copy to clipboard operation
countly-sdk-react-native-bridge copied to clipboard

User Profile Rework

Open AliRKat opened this issue 1 year ago • 1 comments

Reasons of in this rework:

  • Some of the methods were not following the naming conventions we follow in all SDKs (pushValue, pullValue etc.)
  • Support for all primitive types and array types in custom user details
  • Directly added UserProfile.js because having everything inside Countly.js is not a good idea IMO.
  • Old methods were returning messages, which is something we want to move away from, new calls are void

Note: There's also userDataBulk in Countly.js, haven't done anything about that one yet but we can also deprecate that one and apply the same structure to it, wanted to ask about that one first

AliRKat avatar Nov 05 '24 16:11 AliRKat