refactor(authentication): update deps and re-export them

This commit is contained in:
2022-12-12 23:14:55 -05:00
parent 37e00fe9c4
commit 94d573a584
2 changed files with 7 additions and 10 deletions
@@ -17,4 +17,7 @@
/// An authentication library for BLoC.
library wyatt_authentication_bloc;
export 'package:firebase_auth/firebase_auth.dart';
export 'package:google_sign_in/google_sign_in.dart';
export 'src/src.dart';