You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's not an issue but I try to create and update a Diet_Plans but I didn't succeed.
Is it possible to update the documentation/tutorial to make a CRUD for Diet_Plans ?
Because, when I try this code from the README : var dietPlan = ParseObject('DietPlan') ..setValue('Name', 'Ketogenic') ..setValue('Fat', 65);
My IDE tell me: The method 'setValue' isn't defined for the class 'ParseObject'.
In advance, thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I think it's not an issue but I try to create and update a Diet_Plans but I didn't succeed.
Is it possible to update the documentation/tutorial to make a CRUD for Diet_Plans ?
Because, when I try this code from the README :
var dietPlan = ParseObject('DietPlan') ..setValue('Name', 'Ketogenic') ..setValue('Fat', 65);
My IDE tell me: The method 'setValue' isn't defined for the class 'ParseObject'.
In advance, thank you.
The text was updated successfully, but these errors were encountered: