Solved! Just add ‘user_’ . before get_current_user_id():
<?php the_field(‘field-name’, ‘user_’ . get_current_user_id()); ?>
I have a weird issue here – whenever the google map field is not inside a tab, it shows fine, but once I put it inside a tab it disables the WYSIWYG editor (basically the editor renders as a standard textarea field).
EDIT: It’s working now, but I’m having the same issue as Aurelien Denis.