const newdata = {biddate: new Date(), productId: id, bidamount: bid, username: user.displayName, email: user.email}; };
i want to delete key from this object.
delete newdata.email;
You can try this