sqlite with the fields you want to save and its timestamp. Later you fetch since=timestamp+1 to only get a newer profile.
Discussion
I'm doing something similar, but using indexdb on the browser with a memory queue to batch writes and check whether the data is too old and should be refreshed.