Has anyone found a way to call the postSignUpHook from accounts-core/accounts-ui when a user signs up with an oAuth provider?
After much struggle trying to insert a document when a user signs up (I couldn’t send the document to the onCreateUser callback, so had to do this in the preSignUpHook and PostSignUpHook) I just remembered that postSignUpHook is not called with an oAuth signup…
such a letdown…