Skip to content

Commit 5ae8c9b

Browse files
chore: Fix Typos Across FlutterFire Repository (#17223)
Co-authored-by: Russell Wheatley <[email protected]>
1 parent d177fab commit 5ae8c9b

File tree

50 files changed

+100
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+100
-100
lines changed

CHANGELOG.md

Lines changed: 37 additions & 37 deletions
Large diffs are not rendered by default.

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ linter:
6363
always_specify_types: false
6464

6565
# Incompatible with `prefer_final_locals`
66-
# Having immutable local variables makes larger functions more predictible
66+
# Having immutable local variables makes larger functions more predictable
6767
# so we will use `prefer_final_locals` instead.
6868
unnecessary_final: false
6969

docs/auth/email-link-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can streamline this flow for users who open the sign-in link on the same
103103
device they request the link, by storing their email address locally - for
104104
instance using SharedPreferences - when you send the sign-in email. Then,
105105
use this address to complete the flow.
106-
Do not pass the user's email in the redirect URL parameters and re-use it as
106+
Do not pass the user's email in the redirect URL parameters and reuse it as
107107
this may enable session injections.
108108
109109
After sign-in completion, any previous unverified mechanism of sign-in will be

docs/dynamic-links/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ completed these steps and you can skip this section.
3030
1. [Install and initialize the Firebase SDKs for Flutter](/docs/flutter/setup) if you
3131
haven't already done so.
3232

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

3636
```

docs/perf-mon/_custom-code-traces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ in the Firebase console, scroll down to the traces table, then click the
203203
appropriate subtab. The table displays some top metrics for each trace, and you
204204
can even sort the list by the percentage change for a specific metric.
205205

206-
If you click a trace name in the traces table, you can then click throug
206+
If you click a trace name in the traces table, you can then click through
207207
various screens to explore the trace and drill down into metrics of interest.
208208
On most pages, you can use the **Filter** button (top-left of the screen) to
209209
filter the data by attribute, for example:

packages/_flutterfire_internals/lib/src/interop_shimmer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
// A library that mimicks package:firebase_core_web/firebase_core_web_interop.dart
5+
// A library that mimics package:firebase_core_web/firebase_core_web_interop.dart
66
// for platforms that do not target dart2js``
77

88
abstract class JSError {

packages/cloud_firestore/cloud_firestore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
## 4.7.0
301301

302302
- **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))
303-
- **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))
303+
- **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))
304304

305305
## 4.6.0
306306

packages/cloud_firestore/cloud_firestore/lib/src/firestore.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class FirebaseFirestore extends FirebasePluginPlatform {
278278
/// By default transactions are limited to 30 seconds of execution time. This
279279
/// timeout can be adjusted by setting the timeout parameter.
280280
///
281-
/// By default transactions will retry 5 times. You can change the number of attemps
281+
/// By default transactions will retry 5 times. You can change the number of attempts
282282
/// with [maxAttempts]. Attempts should be at least 1.
283283
Future<T> runTransaction<T>(
284284
TransactionHandler<T> transactionHandler, {

packages/cloud_firestore/cloud_firestore/test/collection_reference_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void main() {
3131
});
3232

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

packages/cloud_firestore/cloud_firestore_platform_interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
## 5.14.0
255255

256256
- **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))
257-
- **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))
257+
- **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))
258258

259259
## 5.13.0
260260

packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_firestore.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ abstract class FirebaseFirestorePlatform extends PlatformInterface {
179179
/// By default transactions are limited to 5 seconds of execution time. This
180180
/// timeout can be adjusted by setting the [timeout] parameter.
181181
///
182-
/// By default transactions will retry 5 times. You can change the number of attemps
182+
/// By default transactions will retry 5 times. You can change the number of attempts
183183
/// with [maxAttempts]. Attempts should be at least 1.
184184
Future<T?> runTransaction<T>(TransactionHandler<T> transactionHandler,
185185
{Duration timeout = const Duration(seconds: 30), int maxAttempts = 5}) {

packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_query.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ abstract class QueryPlatform extends PlatformInterface {
4646
/// Stores the instances query modifier filters.
4747
final Map<String, dynamic> parameters;
4848

49-
/// Returns whether the current query is targetted at a collection group.
49+
/// Returns whether the current query is targeted at a collection group.
5050
bool get isCollectionGroupQuery {
5151
throw UnimplementedError('isCollectionGroupQuery is not implemented');
5252
}

packages/cloud_firestore/cloud_firestore_platform_interface/test/internal_tests/pointer_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ void main() {
5050
expect(p.documentPath('bar'), 'foo/bar');
5151
});
5252

53-
test('parentPath() reutrns null if there is no parent', () {
53+
test('parentPath() returns null if there is no parent', () {
5454
expect(Pointer('foo').parentPath(), null);
5555
});
5656

57-
test('parentPath() reutrns parent path correctly', () {
57+
test('parentPath() returns parent path correctly', () {
5858
expect(Pointer('foo/bar').parentPath(), 'foo');
5959
expect(Pointer('foo/bar/baz').parentPath(), 'foo/bar');
6060
});

packages/cloud_firestore/cloud_firestore_web/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
## 3.12.2
107107

108-
- **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))
108+
- **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))
109109

110110
## 3.12.1
111111

@@ -574,7 +574,7 @@
574574
575575
## 1.0.6
576576
577-
- **REFACTOR**: Share guard functions accross plugins (#5783).
577+
- **REFACTOR**: Share guard functions across plugins (#5783).
578578
579579
## 1.0.5
580580

packages/cloud_firestore/cloud_firestore_web/lib/src/interop/firestore_interop.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ extension MemoryLocalCacheExtension on MemoryLocalCache {
819819
external JSString get kind;
820820
}
821821

822-
/// A tab manager supportting only one tab, no synchronization will be performed across tabs.
822+
/// A tab manager supporting only one tab, no synchronization will be performed across tabs.
823823
@anonymous
824824
@JS()
825825
@staticInterop

packages/cloud_functions/cloud_functions/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@
577577
## 0.7.0-dev.2
578578

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

582582
## 0.7.0-dev.1
583583

packages/cloud_functions/cloud_functions_platform_interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
## 5.4.0
210210

211211
- **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))
212-
- **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))
212+
- **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))
213213

214214
## 5.3.0
215215

packages/firebase_analytics/firebase_analytics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
## 10.4.0
230230

231231
- **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))
232-
- **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))
232+
- **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))
233233

234234
## 10.3.0
235235

packages/firebase_analytics/firebase_analytics_platform_interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
## 3.6.0
225225

226226
- **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))
227-
- **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))
227+
- **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))
228228

229229
## 3.5.0
230230

packages/firebase_app_check/firebase_app_check/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
## 0.1.4
238238

239239
- **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))
240-
- **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))
240+
- **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))
241241

242242
## 0.1.3
243243

@@ -415,7 +415,7 @@
415415

416416
## 0.0.6+5
417417

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

420420
## 0.0.6+4
421421

packages/firebase_app_check/firebase_app_check_platform_interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
## 0.0.8
221221

222222
- **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))
223-
- **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))
223+
- **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))
224224

225225
## 0.0.7
226226

packages/firebase_auth/firebase_auth/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
## 4.20.0
9393

94-
- **FIX**(auth,android): remove unecessary error type guarding ([#12816](https://github.com/firebase/flutterfire/issues/12816)). ([7d4c200a](https://github.com/firebase/flutterfire/commit/7d4c200ac6f06a50c2e7ee852aea2c9fa7bcb0ff))
94+
- **FIX**(auth,android): remove unnecessary error type guarding ([#12816](https://github.com/firebase/flutterfire/issues/12816)). ([7d4c200a](https://github.com/firebase/flutterfire/commit/7d4c200ac6f06a50c2e7ee852aea2c9fa7bcb0ff))
9595
- **FEAT**(auth,windows): `verifyBeforeUpdateEmail()` API support ([#12825](https://github.com/firebase/flutterfire/issues/12825)). ([111b1ad9](https://github.com/firebase/flutterfire/commit/111b1ad91e985b0462532bc579e64342b7f46fe2))
9696
- **FEAT**(auth): update Pigeon version to 19 ([#12828](https://github.com/firebase/flutterfire/issues/12828)). ([5e76153f](https://github.com/firebase/flutterfire/commit/5e76153fbcd337a26e83abc2b43b651ab6c501bc))
9797
- **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))
@@ -257,7 +257,7 @@
257257

258258
## 4.7.2
259259

260-
- **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))
260+
- **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))
261261
- **FIX**(auth,android): `getIdToken()` `IllegalStateException` crash fix ([#11362](https://github.com/firebase/flutterfire/issues/11362)). ([e925b4c9](https://github.com/firebase/flutterfire/commit/e925b4c9a937d90de0bdfb59ffa005938b3862dd))
262262
- **FIX**(auth,apple): pass in Firebase auth instance for correct app when using Provider sign in ([#11284](https://github.com/firebase/flutterfire/issues/11284)). ([1cffae79](https://github.com/firebase/flutterfire/commit/1cffae79ded28808ba55f2f4c9c1b47817987999))
263263

@@ -285,7 +285,7 @@
285285
## 4.6.0
286286

287287
- **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))
288-
- **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))
288+
- **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))
289289

290290
## 4.5.0
291291

@@ -422,7 +422,7 @@
422422
- **FIX**: remove default scopes on iOS for Sign in With Apple ([#9477](https://github.com/firebase/flutterfire/issues/9477)). ([3fe02b29](https://github.com/firebase/flutterfire/commit/3fe02b2937135ea6d576c7e445da5f4266ff0fdf))
423423
- **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))
424424
- **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))
425-
- **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))
425+
- **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))
426426

427427
## 3.7.0
428428

packages/firebase_auth/firebase_auth/ios/firebase_auth/Sources/firebase_auth/FLTFirebaseAuthPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ + (FlutterError *)convertToFlutterError:(NSError *)error {
203203
additionalData[kArgumentEmail] = [error userInfo][FIRAuthErrorUserInfoEmailKey];
204204
}
205205
// We want to store the credential if present for future sign in if the exception contains a
206-
// credential, we pass a token back to Flutter to allow retreival of the credential.
206+
// credential, we pass a token back to Flutter to allow retrieval of the credential.
207207
NSNumber *token = [FLTFirebaseAuthPlugin storeAuthCredentialIfPresent:error];
208208

209209
// additionalData.authCredential

packages/firebase_auth/firebase_auth/lib/src/firebase_auth.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class FirebaseAuth extends FirebasePluginPlatform {
214214
/// - Thrown if the password is not strong enough.
215215
/// - **too-many-requests**:
216216
/// - Thrown if the user sent too many requests at the same time, for security
217-
/// the api will not allow too many attemps at the same time, user will have
217+
/// the api will not allow too many attempts at the same time, user will have
218218
/// to wait for some time
219219
/// - **user-token-expired**:
220220
/// - Thrown if the user is no longer authenticated since his refresh token
@@ -564,7 +564,7 @@ class FirebaseAuth extends FirebasePluginPlatform {
564564
/// corresponding to the email does not have a password set.
565565
/// - **too-many-requests**:
566566
/// - Thrown if the user sent too many requests at the same time, for security
567-
/// the api will not allow too many attemps at the same time, user will have
567+
/// the api will not allow too many attempts at the same time, user will have
568568
/// to wait for some time
569569
/// - **user-token-expired**:
570570
/// - Thrown if the user is no longer authenticated since his refresh token

packages/firebase_auth/firebase_auth_platform_interface/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216

217217
## 6.16.1
218218

219-
- **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))
219+
- **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))
220220

221221
## 6.16.0
222222

@@ -237,7 +237,7 @@
237237
## 6.15.0
238238

239239
- **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))
240-
- **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))
240+
- **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))
241241

242242
## 6.14.0
243243

@@ -347,7 +347,7 @@
347347
- **FIX**: fix enrollementTimestamp parsing on Web ([#9440](https://github.com/firebase/flutterfire/issues/9440)). ([639cab7b](https://github.com/firebase/flutterfire/commit/639cab7b84aa33cc1dda144fc89db2236a1945b2))
348348
- **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))
349349
- **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))
350-
- **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))
350+
- **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))
351351

352352
## 6.6.0
353353

0 commit comments

Comments
 (0)