/upload-to-firebase

A sample project to show to how to upload voice records to firebase cloud storage

Primary LanguageDart

upload_to_firebase

Information

  1. This code is last updated on 10th July 2021
  2. This repo is a flutter porject
  3. This project conts a voice recording app, that allows play the recorded video and upload into firebase storage
  4. Uploaded clip then will be fetched from firebase storage and displayed into the application, where it could be played again.

Config

  1. Firebase configuration
  2. Firebase rule setup for storage

Additional Info

  1. Updated to dart null safety
  2. Tested on physical iOS device only