Send additional data Google/Apple Signup
I want to send the onboarding data along with the signup for Google/Apple . How can I do this?
With email provider I can just use:
Then I want to have a database hook to call an endpoint.
2 Replies
I have some onboarding values that I need to create additional db entries for. How can I hook into this with hooks? I dont know how to get the data from the client to the hook.
I use cookies in such cases