Hey,
I know that Moralis was probably not intended to be used like this, but I’d like to have a single user object, which can own multiple eth addresses.
Is this possible?
I’ve tried creating a new user using the Parse.User.signUp() function, then assigning adrdesses as required to the _EthAddress Class, but I can’t work out how to get the EthAddress as the objectId.
Any thoughts on this…
Thanks