and-nd-firebase icon indicating copy to clipboard operation
and-nd-firebase copied to clipboard

How to get progress listener when uploading file to firebase storage by using "continueWithTask( )".

Open mmaka4 opened this issue 4 years ago • 2 comments

When using continueWithTask( ) does not allow to use .addOnProgressListener( ).

Error: Can not resolve method "addOnProgressListener(...)"

CroppedError

mmaka4 avatar Jun 26 '20 14:06 mmaka4

UploadTask uploadTask=storageReference.putFile(uri); uploadTask.continueWithTask.... uploadTask.addOnProgressListener...

deniszulic avatar Apr 25 '21 23:04 deniszulic

Did you found a solution?

SaqibGill avatar May 27 '21 08:05 SaqibGill