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
When a user uploads an image while offline, it is stored on the device as a base64 image. When the board is stored or updated in the database, the image is also saved as base64. This issue increases the database size and fills up the user's device memory.
Fix:
We must implement a functionality to store the image as a blob in the Cboard blob storage before upserting the board into the database.
The text was updated successfully, but these errors were encountered:
When a user uploads an image while offline, it is stored on the device as a base64 image. When the board is stored or updated in the database, the image is also saved as base64. This issue increases the database size and fills up the user's device memory.
Fix:
We must implement a functionality to store the image as a blob in the Cboard blob storage before upserting the board into the database.
The text was updated successfully, but these errors were encountered: