Kyle Copeland
Kyle Copeland
@edwardsmarkf Hey Mark, thanks for reaching out. I think you example might have been left out.
Hey Edward, thanks. Handling the junction table with an ORM/feathers is the issue at hand. Here is my best guess and how to solve the problem with Sequelize. Let me...
Thanks for the replies everyone. @daffl for your suggestion, you end up having a team-player service and combine entries through hooks? May you also explain what you mean by creating...
@daffl here is my best guess at service vs. ORM service-oriented way: ``` //AFTER HOOK: pseudo-code I haven't tested this const {result, app} = context; result.map(async team => { const...
I believe you need to set `socket.setAuthToken` before you run `socket.connect()`. Auth should happen automatically. You don't need to manually emit an auth event. Let me know if that works...