Setting user data
You can set user data by calling the setUserData
function.
This function can be called from any screen from your app, just make sure to call it after the FeatureBuddyConfig.configure
function.
This function takes an object with the following properties:
email
: The user’s email.
userMeta
: The user’s metadata. Can be any key-value pairs.