Right now polyfire is using only local storage. This is a problem in react native since local storage doesn't exist and would be a problem in a web extension context as well. suggestion is to make the storage object generic and allow the user to pass in a storage object as a parameter.