firebase / quickstart-android

Firebase Quickstart Samples for Android
https://firebase.google.com
Apache License 2.0
8.82k stars 7.32k forks source link

How to get download progess firebase offline translate? #1080

Closed imattaullah closed 4 years ago

imattaullah commented 4 years ago

Recently I used firebase MLkit for translate offline but how to get download progress for progressbar. because there is no method for getProgress, it interface consist of 4 method download, deleteDownloadedModel, isModelDownloaded and getDownloadedModels

google-oss-bot commented 4 years ago

This issue does not seem to follow the issue template. Make sure you provide all the required information.

samtstern commented 4 years ago

@attaullahpro right now there is no way to get progress, you can only see if the download is completed or not.

If you want you can file a Feature Request on the firebase-android-sdk repo for a more detailed progress indicator.