Is there a way to store the base64 string images in supabase storage buckets instead? #3256
Unanswered
kenhuang1964
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Anyone help please? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The editor currently stores images as base64 strings which isn't efficient for my database. Is there a way I can store them in supabase storage buckets and load them quickly in the editor?
I'm currently just storing the entire content into supabase but that also includes the base64 images. I want to store the base64 images separately but still be able to load them quickly. Here is my code for more context:
Beta Was this translation helpful? Give feedback.
All reactions