During a user section I want to save such data as user name, user profile picture, username etc so that I do not make an extra call everytime.
I am using supabase, and I initially thought saving these in the supabase user_metadata would be the best solution but this is not reccommeded apparently. so I was wondering what is an alternative solution?
save to local/session storage does not seem a good option? will the "save to cache" feature that will be coming to toddle fit to this case? thanks