My group was assigned to create an application for a year-long. school project. We have used the members object provided by Wix to create and store users using the login() and register() commands from importing:
import {authentication} from ‘wix-members’;
However, once these users are stored in the members database created by Wix, we aren’t able to update the user information.
Is there any way to make the members object read and write instead of read only?
1 Like