Refactored all providers to export singletons to avoid multiple instantiation of them
This commit is contained in:
parent
be5b398ec9
commit
09e8e14fb6
5 changed files with 10 additions and 4 deletions
|
|
@ -34,3 +34,5 @@ class FirebaseStorageProvider {
|
|||
return _storage.child(path).delete();
|
||||
}
|
||||
}
|
||||
|
||||
final storageProvider = FirebaseStorageProvider();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue