I have an signup form asking firstname, lastname, email, password and I have to save them as object where object key should be firstname like below structure.
firstname(i.e charan ) : {
firstname : 'charan',
lastname : 'naidu',
email: [email protected],
password : 12344,
}
Once you have created the
Accountsvariable, you can then create a new object on it by just giving it a value.Accounts.sai = { ... }