From 48e43bebf3536a7cd0451ec2d2c3a31a277a42a3 Mon Sep 17 00:00:00 2001 From: Sandip Date: Sun, 4 Aug 2024 12:08:43 +0530 Subject: [PATCH] chore: add words to cspell, fix dart formatting - chore: add words to cspell - fix: dart formatting - fix: correct spelling in README.md --- .github/cspell.json | 2 ++ README.md | 2 +- lib/repository/authentication_repository.dart | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/cspell.json b/.github/cspell.json index e3155f1..9063ead 100644 --- a/.github/cspell.json +++ b/.github/cspell.json @@ -23,5 +23,7 @@ "Texto", "Andrea", "Bizzotto", + "thecodexhub", + "flutterfire" ] } diff --git a/README.md b/README.md index d267772..22e3d40 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ _\*Sudoku works on iOS, Android, and Web._ ## Setup 🧩 -The project is designed to be integrated with 3 different Firebase projects (dependeing upon flavor). +The project is designed to be integrated with 3 different Firebase projects (depending upon flavor). > The default app instance can be initialized here simply by passing no "name" as an argument in both Dart & manual initialization flows. If you have a google-services.json file in your android project or a GoogleService-Info.plist file in your iOS+ project, it will automatically create a default (named "[DEFAULT]") app instance on the native platform. However, you will still need to call this method before using any FlutterFire plugins. diff --git a/lib/repository/authentication_repository.dart b/lib/repository/authentication_repository.dart index 3c7d7e2..8c4435d 100644 --- a/lib/repository/authentication_repository.dart +++ b/lib/repository/authentication_repository.dart @@ -70,7 +70,7 @@ class AuthenticationRepository { } } - /// Signs out the current user which will emit + /// Signs out the current user which will emit /// [User.unauthenticated] from the [user] stream. Future signOut() async { await _firebaseAuth.signOut();