Skip to content

Commit

Permalink
feat: export FirebaseProductServiceMixin
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jul 1, 2024
1 parent 3c0f094 commit 19fdca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firebase/lib/firebase.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export 'package:tekartik_firebase/src/app_options.dart'

export 'package:tekartik_firebase/src/firebase.dart'
show firebaseAppNameDefault;
export 'package:tekartik_firebase/src/firebase_mixin.dart'
show FirebaseProductServiceMixin;

/// Async interface, needed for flutter.
abstract class FirebaseAsync {
Expand Down

0 comments on commit 19fdca7

Please sign in to comment.