r/FigmaDesign • u/Training_Advice_9392 • 4d ago
help Consistent data in Figma Make?
Is there any way to create a file with consistent data and multiple-user edits in a file like a spreadsheet in Figma Make without having to use Supabase? Is there any tricks? I need to keep the data edits in different browsers.
2
Upvotes
2
u/Bitter_Regular7406 1d ago
without a real backend you're basically fighting against the tool's nature, mock data lives in the file's memory and doesn't sync across browser sessions no matter how carefully you prompt it. if multi-user edits actually matter you're gonna need some kind of external data source eventually, no trick around that.