[firebase_ml_custom] add deleteDownloadedModel method for FirebaseModelManager #6565
Unanswered
PolinaGo
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
-
deleteDownloadedModel is a useful feature to remove downloaded models not in use to save space.
Additional context
deleteDownloadedModel(model) has a bug in Firebase Java SDK.
Fully implemented deleteDownloadedModel(model) is residing in https://github.com/PolinaGo/flutterfire/tree/firebase-ml-custom-delete, including unit and (currently failing due to the bug) integration tests.
When fix is released, to use that code you will need to update the firebase dependency.
Beta Was this translation helpful? Give feedback.
All reactions