[firebase_core] Add delete to FirebaseApp #1876
Labels
platform: android
Issues / PRs which are specifically for Android.
platform: ios
Issues / PRs which are specifically for iOS.
platform: web
Issues / PRs which are specifically for web.
plugin: core
resolution: fixed
A fix has been merged or is pending merge from a PR.
type: missing-feature
A feature that is supported on the underlying Firebase SDK but has not been exposed to Dart API.
Provide
Future<void> FirebaseApp.delete()
. App delete is available in all of the platform APIs. It is needed to release resources used by dynamically configured Firebase apps.The
delete
method is not available infirebase_core-v0.4.3+2
orfirebase_core_web-v0.1.1+2
The text was updated successfully, but these errors were encountered: