You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.local (the one we're using), which has unlimited storage space with the correct permission and unlimited write capacity, but at the cost of being, obviously, local.
.sync is fully synchronized with the Chrome account's, so it would persist data across devices perfectly, but the deal breaker is that it has some extreme restrictions, such as
Max of 8192 bytes (around 8kb) per item in the storage
Max of 512 items
Write restrictions, even though they aren't realistic for the current behavior, they may restrict some extensibility
We could work around this if we use an external database, so we're not restricted by Chrome's storage synch limits while providing its full functionality; but, in that case, we may end being tied to connection stability issues and slow non-seamless UI behavior.
Hola Guillermo,
Relacionado a este mismo tema, quería consultarte si hay alguna forma de "copiar los productos seguidos" y llevarlos en algun medio de almacenamiento a otra PC. Hay algun archivo al que pueda acceder que contenga esa información?
Hola @ivanpetra
Ahora mismo no hay nada de eso implementado oficialmente, en caso de que lo necesites te podria hacer un script para que ejecutes y exportes los datos en formato JSON.
Tambien te comento que a raiz de este issue estamos trabajando en un sistema con historial persistente en base de datos (en la nube y compartido entre usuarios) para que todos los users esten correctamente sincronizados y no sea todo local.
Right now it works recording the data in the local machine, would be great if can be linked to a Google Account so it's stored in the Drive.
The text was updated successfully, but these errors were encountered: