Hello All,
I am building a app where people can ask questions via Video and get reply via Video. How can i achieve it using Flutterflow. Below are the details.
Video Recording in FlutterFlow: What's the best approach to implement video recording within a FlutterFlow app? Are there any pre-built widgets or custom integrations that I should be aware of?
Uploading Videos to Firebase Storage: After recording a video, what steps should I follow to upload it to Firebase Storage directly from a FlutterFlow app?
Saving Video Metadata in Firestore: Once the video is uploaded, I need to save metadata (like the download URL) in Firestore. How can I achieve this in FlutterFlow? Is there a straightforward way to handle this post-upload process?
Thanks
Vinay