kkomaz
kkomaz
When extending a user model, I tried calling the `async afterFetch()` function to add some relational information. I placed a debugger hoping it would hit when I fetch a single...
Currently on my application I have a model that extends the `User` model. Fetching and retrieving information is working properly however when I update an attribute it seems to generate...
When the user initially signs into an application and gets registered via User model via `await User.createWithCurrentUser()`, a document is created with some nested data via profile. At that moment...