Onboarding new teammates / designers to a file & syncing tokens #700
-
Hi there! I've been poking around with the plugin for a bit and we're looking to use it for syncing our Design Tokens among our team in Figma, but I'm running into a workflow that just isn't clear to me but I'm sure it's right in front of my face and that is: how do new teammates see the tokens? The scenario we experienced was:
Sorry if that's a goofy/obvious question and the answer is right there — I poked around in the docs for a bit and am still scratching my head. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think I answered my own question in a way after some more digging. We swapped to "Local Storage" and now anyone who hops into the file and has the plugin can view the token set. |
Beta Was this translation helpful? Give feedback.
-
Your teammate would need to add an access token as well as we dont save those on the file. Instead we save everything but the access token, so security happens only on the user level. If you do not need to use multiple files, local storage is fine. However if you'd like to use the same source of truth as dev, then github is the better choice (in addition to confidence that your tokens are version controlled). |
Beta Was this translation helpful? Give feedback.
Your teammate would need to add an access token as well as we dont save those on the file. Instead we save everything but the access token, so security happens only on the user level.
If you do not need to use multiple files, local storage is fine. However if you'd like to use the same source of truth as dev, then github is the better choice (in addition to confidence that your tokens are version controlled).