Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: Fix Typos Across FlutterFire Repository #17223

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
1824483
chore: resolve typos in auth, dynamic link docs
gbolahan146 Dec 19, 2022
838f1d7
chore: update typos in changelog and analysis options
gbolahan146 Dec 28, 2022
bd5b4eb
chore: resolve typos in firebase storage test
gbolahan146 Dec 31, 2022
d9e81f9
chore: fix typo in flutterfire internals
gbolahan146 Jan 15, 2023
c127d23
chore: fix typo in cloud firestore package
gbolahan146 Jan 20, 2023
ca1b0a6
chore: fix typos in cloud functions package
gbolahan146 Jan 30, 2023
714bc37
chore: fix typos in firebase analytics package
gbolahan146 Jan 31, 2023
893fc70
chore: resolve typos in firebase app check package
gbolahan146 Feb 2, 2023
0a969b6
chore: resolve typos in firebase auth package
gbolahan146 Feb 6, 2023
6af2204
chore: resolve typos in firebase core package
gbolahan146 Feb 10, 2023
49b83b6
chore: resolve typos in firebase crashlytics package
gbolahan146 Feb 14, 2023
6048580
chore: resolve typos in firebase data connect package
gbolahan146 Feb 16, 2023
b114b93
chore: resolve typos in firebase db package
gbolahan146 Feb 18, 2023
167da00
chore: resolve typos in firebase dynamic links package
gbolahan146 Feb 21, 2023
041f8c6
chore: resolve typos in firebase vertex ai package
gbolahan146 Feb 27, 2023
16adc5a
chore: resolve typos in firebase storage package
gbolahan146 Feb 27, 2023
435cce2
chore: resolve typos in firebase in app messaging package
gbolahan146 Mar 1, 2023
36efbbe
chore: resolve typos in firebase messaging package
gbolahan146 Mar 2, 2023
07dc63d
chore: resolve typos in firebase remote config, ml model downloader, …
gbolahan146 Mar 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ linter:
always_specify_types: false

# Incompatible with `prefer_final_locals`
# Having immutable local variables makes larger functions more predictible
# Having immutable local variables makes larger functions more predictable
# so we will use `prefer_final_locals` instead.
unnecessary_final: false

Expand Down
2 changes: 1 addition & 1 deletion docs/auth/email-link-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ You can streamline this flow for users who open the sign-in link on the same
device they request the link, by storing their email address locally - for
instance using SharedPreferences - when you send the sign-in email. Then,
use this address to complete the flow.
Do not pass the user's email in the redirect URL parameters and re-use it as
Do not pass the user's email in the redirect URL parameters and reuse it as
this may enable session injections.

After sign-in completion, any previous unverified mechanism of sign-in will be
Expand Down
2 changes: 1 addition & 1 deletion docs/dynamic-links/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ completed these steps and you can skip this section.
1. [Install and initialize the Firebase SDKs for Flutter](/docs/flutter/setup) if you
haven't already done so.

1. From the root direcctory of your Flutter project, run the following
1. From the root directory of your Flutter project, run the following
command to install the Dynamic Links plugin:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/perf-mon/_custom-code-traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ in the Firebase console, scroll down to the traces table, then click the
appropriate subtab. The table displays some top metrics for each trace, and you
can even sort the list by the percentage change for a specific metric.

If you click a trace name in the traces table, you can then click throug
If you click a trace name in the traces table, you can then click through
various screens to explore the trace and drill down into metrics of interest.
On most pages, you can use the **Filter** button (top-left of the screen) to
filter the data by attribute, for example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

// A library that mimicks package:firebase_core_web/firebase_core_web_interop.dart
// A library that mimics package:firebase_core_web/firebase_core_web_interop.dart
// for platforms that do not target dart2js``

abstract class JSError {
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud_firestore/cloud_firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
## 4.7.0

- **FEAT**: update dependency constraints to `sdk: '>=2.18.0 <4.0.0'` `flutter: '>=3.3.0'` ([#10946](https://github.com/firebase/flutterfire/issues/10946)). ([2772d10f](https://github.com/firebase/flutterfire/commit/2772d10fe510dcc28ec2d37a26b266c935699fa6))
- **FEAT**: update librairies to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))
- **FEAT**: update libraries to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))

## 4.6.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class FirebaseFirestore extends FirebasePluginPlatform {
/// By default transactions are limited to 30 seconds of execution time. This
/// timeout can be adjusted by setting the timeout parameter.
///
/// By default transactions will retry 5 times. You can change the number of attemps
/// By default transactions will retry 5 times. You can change the number of attempts
/// with [maxAttempts]. Attempts should be at least 1.
Future<T> runTransaction<T>(
TransactionHandler<T> transactionHandler, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void main() {
});

test('extends $Query', () {
// The `firestore` property is publically accessible via Query.
// The `firestore` property is publicly accessible via Query.
// Is there a better way to test this?
CollectionReference ref = firestore.collection('foo');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
## 5.14.0

- **FEAT**: update dependency constraints to `sdk: '>=2.18.0 <4.0.0'` `flutter: '>=3.3.0'` ([#10946](https://github.com/firebase/flutterfire/issues/10946)). ([2772d10f](https://github.com/firebase/flutterfire/commit/2772d10fe510dcc28ec2d37a26b266c935699fa6))
- **FEAT**: update librairies to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))
- **FEAT**: update libraries to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))

## 5.13.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ abstract class FirebaseFirestorePlatform extends PlatformInterface {
/// By default transactions are limited to 5 seconds of execution time. This
/// timeout can be adjusted by setting the [timeout] parameter.
///
/// By default transactions will retry 5 times. You can change the number of attemps
/// By default transactions will retry 5 times. You can change the number of attempts
/// with [maxAttempts]. Attempts should be at least 1.
Future<T?> runTransaction<T>(TransactionHandler<T> transactionHandler,
{Duration timeout = const Duration(seconds: 30), int maxAttempts = 5}) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ abstract class QueryPlatform extends PlatformInterface {
/// Stores the instances query modifier filters.
final Map<String, dynamic> parameters;

/// Returns whether the current query is targetted at a collection group.
/// Returns whether the current query is targeted at a collection group.
bool get isCollectionGroupQuery {
throw UnimplementedError('isCollectionGroupQuery is not implemented');
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ void main() {
expect(p.documentPath('bar'), 'foo/bar');
});

test('parentPath() reutrns null if there is no parent', () {
test('parentPath() returns null if there is no parent', () {
expect(Pointer('foo').parentPath(), null);
});

test('parentPath() reutrns parent path correctly', () {
test('parentPath() returns parent path correctly', () {
expect(Pointer('foo/bar').parentPath(), 'foo');
expect(Pointer('foo/bar/baz').parentPath(), 'foo/bar');
});
Expand Down
4 changes: 2 additions & 2 deletions packages/cloud_firestore/cloud_firestore_web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

## 3.12.2

- **FIX**(web): fixing some uncorrect type casting for Web ([#12696](https://github.com/firebase/flutterfire/issues/12696)). ([471b5072](https://github.com/firebase/flutterfire/commit/471b507265a08bbc68277d3a2fdb7ef608c9efcc))
- **FIX**(web): fixing some incorrect type casting for Web ([#12696](https://github.com/firebase/flutterfire/issues/12696)). ([471b5072](https://github.com/firebase/flutterfire/commit/471b507265a08bbc68277d3a2fdb7ef608c9efcc))

## 3.12.1

Expand Down Expand Up @@ -566,7 +566,7 @@

## 1.0.6

- **REFACTOR**: Share guard functions accross plugins (#5783).
- **REFACTOR**: Share guard functions across plugins (#5783).

## 1.0.5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ extension MemoryLocalCacheExtension on MemoryLocalCache {
external JSString get kind;
}

/// A tab manager supportting only one tab, no synchronization will be performed across tabs.
/// A tab manager supporting only one tab, no synchronization will be performed across tabs.
@anonymous
@JS()
@staticInterop
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud_functions/cloud_functions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
## 0.7.0-dev.2

- **DOCS**: update package readme.
- **DOCS**: update pubspec description to meet minumum length requirement.
- **DOCS**: update pubspec description to meet minimum length requirement.

## 0.7.0-dev.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
## 5.4.0

- **FEAT**: update dependency constraints to `sdk: '>=2.18.0 <4.0.0'` `flutter: '>=3.3.0'` ([#10946](https://github.com/firebase/flutterfire/issues/10946)). ([2772d10f](https://github.com/firebase/flutterfire/commit/2772d10fe510dcc28ec2d37a26b266c935699fa6))
- **FEAT**: update librairies to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))
- **FEAT**: update libraries to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))

## 5.3.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
## 10.4.0

- **FEAT**: update dependency constraints to `sdk: '>=2.18.0 <4.0.0'` `flutter: '>=3.3.0'` ([#10946](https://github.com/firebase/flutterfire/issues/10946)). ([2772d10f](https://github.com/firebase/flutterfire/commit/2772d10fe510dcc28ec2d37a26b266c935699fa6))
- **FEAT**: update librairies to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))
- **FEAT**: update libraries to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))

## 10.3.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
## 3.6.0

- **FEAT**: update dependency constraints to `sdk: '>=2.18.0 <4.0.0'` `flutter: '>=3.3.0'` ([#10946](https://github.com/firebase/flutterfire/issues/10946)). ([2772d10f](https://github.com/firebase/flutterfire/commit/2772d10fe510dcc28ec2d37a26b266c935699fa6))
- **FEAT**: update librairies to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))
- **FEAT**: update libraries to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))

## 3.5.0

Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_app_check/firebase_app_check/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
## 0.1.4

- **FEAT**: update dependency constraints to `sdk: '>=2.18.0 <4.0.0'` `flutter: '>=3.3.0'` ([#10946](https://github.com/firebase/flutterfire/issues/10946)). ([2772d10f](https://github.com/firebase/flutterfire/commit/2772d10fe510dcc28ec2d37a26b266c935699fa6))
- **FEAT**: update librairies to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))
- **FEAT**: update libraries to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))

## 0.1.3

Expand Down Expand Up @@ -411,7 +411,7 @@

## 0.0.6+5

- **FIX**: workaround iOS build issue when targetting platforms < iOS 11. ([c78e0b79](https://github.com/firebase/flutterfire/commit/c78e0b79bde479e78c558d3df92988c130280e81))
- **FIX**: workaround iOS build issue when targeting platforms < iOS 11. ([c78e0b79](https://github.com/firebase/flutterfire/commit/c78e0b79bde479e78c558d3df92988c130280e81))

## 0.0.6+4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
## 0.0.8

- **FEAT**: update dependency constraints to `sdk: '>=2.18.0 <4.0.0'` `flutter: '>=3.3.0'` ([#10946](https://github.com/firebase/flutterfire/issues/10946)). ([2772d10f](https://github.com/firebase/flutterfire/commit/2772d10fe510dcc28ec2d37a26b266c935699fa6))
- **FEAT**: update librairies to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))
- **FEAT**: update libraries to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))

## 0.0.7

Expand Down
8 changes: 4 additions & 4 deletions packages/firebase_auth/firebase_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

## 4.20.0

- **FIX**(auth,android): remove unecessary error type guarding ([#12816](https://github.com/firebase/flutterfire/issues/12816)). ([7d4c200a](https://github.com/firebase/flutterfire/commit/7d4c200ac6f06a50c2e7ee852aea2c9fa7bcb0ff))
- **FIX**(auth,android): remove unnecessary error type guarding ([#12816](https://github.com/firebase/flutterfire/issues/12816)). ([7d4c200a](https://github.com/firebase/flutterfire/commit/7d4c200ac6f06a50c2e7ee852aea2c9fa7bcb0ff))
- **FEAT**(auth,windows): `verifyBeforeUpdateEmail()` API support ([#12825](https://github.com/firebase/flutterfire/issues/12825)). ([111b1ad9](https://github.com/firebase/flutterfire/commit/111b1ad91e985b0462532bc579e64342b7f46fe2))
- **FEAT**(auth): update Pigeon version to 19 ([#12828](https://github.com/firebase/flutterfire/issues/12828)). ([5e76153f](https://github.com/firebase/flutterfire/commit/5e76153fbcd337a26e83abc2b43b651ab6c501bc))
- **FEAT**: bump CPP SDK to version 11.10.0 ([#12749](https://github.com/firebase/flutterfire/issues/12749)). ([2e410a23](https://github.com/firebase/flutterfire/commit/2e410a232758292baa70f8e78464bd3c62ec0373))
Expand Down Expand Up @@ -249,7 +249,7 @@

## 4.7.2

- **FIX**(auth): fix MFA issue where the error wouldn't be properly catched ([#11370](https://github.com/firebase/flutterfire/issues/11370)). ([72fef03f](https://github.com/firebase/flutterfire/commit/72fef03f775702aaf9a2ce0c6b31aea2a3c200a9))
- **FIX**(auth): fix MFA issue where the error wouldn't be properly caught ([#11370](https://github.com/firebase/flutterfire/issues/11370)). ([72fef03f](https://github.com/firebase/flutterfire/commit/72fef03f775702aaf9a2ce0c6b31aea2a3c200a9))
- **FIX**(auth,android): `getIdToken()` `IllegalStateException` crash fix ([#11362](https://github.com/firebase/flutterfire/issues/11362)). ([e925b4c9](https://github.com/firebase/flutterfire/commit/e925b4c9a937d90de0bdfb59ffa005938b3862dd))
- **FIX**(auth,apple): pass in Firebase auth instance for correct app when using Provider # ([#11284](https://github.com/firebase/flutterfire/issues/11284)). ([1cffae79](https://github.com/firebase/flutterfire/commit/1cffae79ded28808ba55f2f4c9c1b47817987999))

Expand Down Expand Up @@ -277,7 +277,7 @@
## 4.6.0

- **FEAT**: update dependency constraints to `sdk: '>=2.18.0 <4.0.0'` `flutter: '>=3.3.0'` ([#10946](https://github.com/firebase/flutterfire/issues/10946)). ([2772d10f](https://github.com/firebase/flutterfire/commit/2772d10fe510dcc28ec2d37a26b266c935699fa6))
- **FEAT**: update librairies to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))
- **FEAT**: update libraries to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))

## 4.5.0

Expand Down Expand Up @@ -414,7 +414,7 @@
- **FIX**: remove default scopes on iOS for # With Apple ([#9477](https://github.com/firebase/flutterfire/issues/9477)). ([3fe02b29](https://github.com/firebase/flutterfire/commit/3fe02b2937135ea6d576c7e445da5f4266ff0fdf))
- **FEAT**: add Twitter login for Android, iOS and Web ([#9421](https://github.com/firebase/flutterfire/issues/9421)). ([0bc6e6d5](https://github.com/firebase/flutterfire/commit/0bc6e6d5333e6be0d5749a083206f3f5bb79a7ba))
- **FEAT**: add Yahoo as provider for iOS, Android and Web ([#9443](https://github.com/firebase/flutterfire/issues/9443)). ([6c3108a7](https://github.com/firebase/flutterfire/commit/6c3108a767aca3b1a844b2b5da04b2da45bc9fbd))
- **DOCS**: fix typo "apperance" in `platform_interface_firebase_auth.dart` ([#9472](https://github.com/firebase/flutterfire/issues/9472)). ([323b917b](https://github.com/firebase/flutterfire/commit/323b917b5eecf0e5161a61c66f6cabac5b23e1b8))
- **DOCS**: fix typo "appearance" in `platform_interface_firebase_auth.dart` ([#9472](https://github.com/firebase/flutterfire/issues/9472)). ([323b917b](https://github.com/firebase/flutterfire/commit/323b917b5eecf0e5161a61c66f6cabac5b23e1b8))

## 3.7.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ + (FlutterError *)convertToFlutterError:(NSError *)error {
additionalData[kArgumentEmail] = [error userInfo][FIRAuthErrorUserInfoEmailKey];
}
// We want to store the credential if present for future # if the exception contains a
// credential, we pass a token back to Flutter to allow retreival of the credential.
// credential, we pass a token back to Flutter to allow retrieval of the credential.
NSNumber *token = [FLTFirebaseAuthPlugin storeAuthCredentialIfPresent:error];

// additionalData.authCredential
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class FirebaseAuth extends FirebasePluginPlatform {
/// - Thrown if the password is not strong enough.
/// - **too-many-requests**:
/// - Thrown if the user sent too many requests at the same time, for security
/// the api will not allow too many attemps at the same time, user will have
/// the api will not allow too many attempts at the same time, user will have
/// to wait for some time
/// - **user-token-expired**:
/// - Thrown if the user is no longer authenticated since his refresh token
Expand Down Expand Up @@ -564,7 +564,7 @@ class FirebaseAuth extends FirebasePluginPlatform {
/// corresponding to the email does not have a password set.
/// - **too-many-requests**:
/// - Thrown if the user sent too many requests at the same time, for security
/// the api will not allow too many attemps at the same time, user will have
/// the api will not allow too many attempts at the same time, user will have
/// to wait for some time
/// - **user-token-expired**:
/// - Thrown if the user is no longer authenticated since his refresh token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@

## 6.16.1

- **FIX**(auth): fix MFA issue where the error wouldn't be properly catched ([#11370](https://github.com/firebase/flutterfire/issues/11370)). ([72fef03f](https://github.com/firebase/flutterfire/commit/72fef03f775702aaf9a2ce0c6b31aea2a3c200a9))
- **FIX**(auth): fix MFA issue where the error wouldn't be properly caught ([#11370](https://github.com/firebase/flutterfire/issues/11370)). ([72fef03f](https://github.com/firebase/flutterfire/commit/72fef03f775702aaf9a2ce0c6b31aea2a3c200a9))

## 6.16.0

Expand All @@ -233,7 +233,7 @@
## 6.15.0

- **FEAT**: update dependency constraints to `sdk: '>=2.18.0 <4.0.0'` `flutter: '>=3.3.0'` ([#10946](https://github.com/firebase/flutterfire/issues/10946)). ([2772d10f](https://github.com/firebase/flutterfire/commit/2772d10fe510dcc28ec2d37a26b266c935699fa6))
- **FEAT**: update librairies to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))
- **FEAT**: update libraries to be compatible with Flutter 3.10.0 ([#10944](https://github.com/firebase/flutterfire/issues/10944)). ([e1f5a5ea](https://github.com/firebase/flutterfire/commit/e1f5a5ea798c54f19d1d2f7b8f2250f8819f44b7))

## 6.14.0

Expand Down Expand Up @@ -343,7 +343,7 @@
- **FIX**: fix enrollementTimestamp parsing on Web ([#9440](https://github.com/firebase/flutterfire/issues/9440)). ([639cab7b](https://github.com/firebase/flutterfire/commit/639cab7b84aa33cc1dda144fc89db2236a1945b2))
- **FEAT**: add Twitter login for Android, iOS and Web ([#9421](https://github.com/firebase/flutterfire/issues/9421)). ([0bc6e6d5](https://github.com/firebase/flutterfire/commit/0bc6e6d5333e6be0d5749a083206f3f5bb79a7ba))
- **FEAT**: add Yahoo as provider for iOS, Android and Web ([#9443](https://github.com/firebase/flutterfire/issues/9443)). ([6c3108a7](https://github.com/firebase/flutterfire/commit/6c3108a767aca3b1a844b2b5da04b2da45bc9fbd))
- **DOCS**: fix typo "apperance" in `platform_interface_firebase_auth.dart` ([#9472](https://github.com/firebase/flutterfire/issues/9472)). ([323b917b](https://github.com/firebase/flutterfire/commit/323b917b5eecf0e5161a61c66f6cabac5b23e1b8))
- **DOCS**: fix typo "appearance" in `platform_interface_firebase_auth.dart` ([#9472](https://github.com/firebase/flutterfire/issues/9472)). ([323b917b](https://github.com/firebase/flutterfire/commit/323b917b5eecf0e5161a61c66f6cabac5b23e1b8))

## 6.6.0

Expand Down
Loading
Loading