We can only upload images right now. Add support for video recording and uploading
[x] Get microphone permissions
[ ] Add recording features (ex. time elapsed, zoom in and out, flip camera during recording etc.)
[x] Switch between picture and video modes
[ ] Upload videos to Supabase storage (test using local)
[ ] Upload videos to Cloudinary (used in development)
Notes
Uploading videos is different for development environment and production: for development, we need to upload videos to Cloudinary for it to properly work and for production, we need to upload videos to Supabase storage (see current code for uploading photos)
Overview
We can only upload images right now. Add support for video recording and uploading
Notes