Handling the image upload was the most challenging part, though Supabase has its file storage in place, I couldn't figure out why I'm unable to return the
public.id, I kept getting undefined in the console. Instead of using a different Baas, I opted for an alternative approach using Cloudinary to handle image storage, then returning the public URL upon upload which can then be stored as a URL string in the database table, and It worked seamlessly.