storage
1 TopicSearch solution for storage API for user tenants
Hi all I'm searching for simillar solution as Jira solution for storage global data: https://developer.atlassian.com/platform/forge/runtime-reference/storage-api/ Is is possible that if I define storage global, that all user for in same tenant are using with defined key call custom data ? I call example: storage.get("some-data") - that is possibly can use for all users - global storage.get(`some-data-${userId}`) - only specific user can use data Is it possible? Please advice me.. What package solution would help me use this ?570Views0likes1Comment