We have a web app that sets the `intercomSettings` properties as soon as the user logs in, we notice that a User record gets created in the intercom dashboard, but we would like to switch this so the User record gets created as soon as the user completes the sign-up process, checking the documentation it says "When user_id / email is provided, it will be saved as a User record"
Â
so the question is, after setting the email/user_id how long does it take the record to get registered? is there any concern about doing this when the user hasn't login?
Â
Doc reference: https://developers.intercom.com/installing-intercom/docs/javascript-api-attributes-objects#data-attributes
Â
Thanks for your help in advance