MBurger Headless CMS
User Guide
CMS Headless
Engagement Platform
Search
⌃
K
Links
🍔
MBurger Documentation🍔
🔑
API
📱
Android SDK
🍏
iOS SDK
💻
PHP SDK
☕
JavaScript SDK
🔷
Flutter SDK
Installation
Initialization
Fetch the project
Fetch blocks
Fetch sections
Media
Admin
Auth
Register a user
Authenticate a user
Retrieve user information
Update user profile
❓
How to?
👻
Sample App
Powered By
GitBook
Comment on page
Retrieve user information
You can retrieve the information of the current user with
MBAuth.getUserProfile()
.
MBUser
user
=
await
MBAuth
.
getUserProfile
();
Previous
Authenticate a user
Next
Update user profile
Last modified
3yr ago