How to give users 'n' free trials of plugin each month?

I want users to be able to use my plugin n times each month. I know I will have to use some type of a counter for this, and I already know of figma.clientStorage(). I read on the docs that client storage can get deleted if users clear their cache, so was wondering what would be the appropriate way to store this data?