Skip to content

Commit

Permalink
Add note on that deleting the default Firebase app is not possible. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Jun 16, 2022
1 parent 2aecd48 commit 63137f3
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -24,6 +24,8 @@ class FirebaseApp {
///
/// Once deleted, any plugin functionality using this app instance will throw
/// an error.
///
/// Deleting the default app is not possible and throws an exception.
Future<void> delete() async {
await _delegate.delete();
}
Expand Down

0 comments on commit 63137f3

Please sign in to comment.