Quantcast
Viewing latest article 8
Browse Latest Browse All 10

How to insert users username using simple schema for meteor

I’m trying to insert the logged in users username but whenever I submit the form. The collection never gets inserted. It only gets inserted if I comment out the createdBy field. I’m currently using the package User Accounts as my login/signin procedure Here is my code: createdBy: { type: String, autoValue: function() { return this.field('username'); […]

The post How to insert users username using simple schema for meteor appeared first on BlogoSfera.


Viewing latest article 8
Browse Latest Browse All 10

Trending Articles