📄️ Initiate User
To start using the LikeMinds Feed and enable personalized experiences for your users, you need to initate them within the system. This process associates a user in your application with a user in the LikeMinds Feed, allowing for seamless integration and personalized recommendations.
📄️ Validate User
To start using the LikeMinds Feed and enable personalized experiences for your users, you need to validate them within the system. This process associates a user in your application with a user in the LikeMinds Feed, allowing for seamless integration and personalized recommendations.
📄️ Community Configurations
The getMemberState function is used to fetch the member state of the current user. It provides information about the user's status, creation timestamp, edit requirements, and more.
📄️ Member State
The getMemberState function is used to fetch the member state of the current user. It provides information about the user's status, creation timestamp, edit requirements, and more.
📄️ Register Device
The registerDevice() function is used to register User Device for Push Notifications.
📄️ Logout
To disconnect a user (for example you want to switch user profile or logout the user) you can call the logoutUser() method.
📄️ User Onboarding
To track a user's onboarding status upon app launch, the key isUserOnboardingDone stores a boolean value indicating whether onboarding is complete (true) or incomplete (false).