MongoDB
Create
Log in
Sign up
Roadmap
Feedback
Stitch
148
Voters
julia sam
Duy Từ
Powered by Canny
2
Access custom user data in JS SDK
complete
Duy Từ
Although I can use custom user data in rule expression,
StitchUser object in JS SDK doesn't contains custom_data field.
const user = await stitchAppClient.auth.loginWithCredential(email, pass);
console.log(user.custom_data); // undefined
December 1, 2019
Drew DiPalma
marked this post as
complete
Custom User Data is now present in the JS SDK.
·
May 30, 2020
·
Reply
Powered by Canny