Skip to content

Commit

Permalink
chore: add words to cspell, fix dart formatting
Browse files Browse the repository at this point in the history
- chore: add words to cspell
- fix: dart formatting
- fix: correct spelling in README.md
  • Loading branch information
thisissandipp committed Aug 4, 2024
1 parent 84920a8 commit 48e43be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
"Texto",
"Andrea",
"Bizzotto",
"thecodexhub",
"flutterfire"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/repository/authentication_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> signOut() async {
await _firebaseAuth.signOut();
Expand Down

0 comments on commit 48e43be

Please sign in to comment.