[firebase_storage] Implement putStream for Streaming Uploads in Firebase Storage #12788
              
                Unanswered
              
          
                  
                    
                      stevenkroon
                    
                  
                
                  asked this question in
                Feature request
              
            Replies: 0 comments
  
    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.
-
Firebase Storage integration in FlutterFire currently lacks support for streaming uploads from data sources like live streams or remote URLs. Unlike Google Cloud Storage, which offers resumable and streaming uploads, the existing methods in Firebase Storage—putFile and putData—require local file access and fully loading files into memory, which is impractical for handling large files or streaming content directly from a streaming source like webcam
Beta Was this translation helpful? Give feedback.
All reactions