From 182448392d1dc74f5a39d63270178950b21d7449 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Mon, 19 Dec 2022 16:18:35 +0100 Subject: [PATCH 01/19] chore: resolve typos in auth, dynamic link docs --- docs/auth/email-link-auth.md | 2 +- docs/dynamic-links/create.md | 2 +- docs/perf-mon/_custom-code-traces.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/auth/email-link-auth.md b/docs/auth/email-link-auth.md index 39124d2921be..07f75ca257e5 100644 --- a/docs/auth/email-link-auth.md +++ b/docs/auth/email-link-auth.md @@ -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 diff --git a/docs/dynamic-links/create.md b/docs/dynamic-links/create.md index a9755ad6bdae..effef43cc705 100644 --- a/docs/dynamic-links/create.md +++ b/docs/dynamic-links/create.md @@ -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: ``` diff --git a/docs/perf-mon/_custom-code-traces.md b/docs/perf-mon/_custom-code-traces.md index 629d346b848a..991420ebe70d 100644 --- a/docs/perf-mon/_custom-code-traces.md +++ b/docs/perf-mon/_custom-code-traces.md @@ -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: From 838f1d77ba999ff31ff4b66f110d049cfca1bd10 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Wed, 28 Dec 2022 16:20:06 +0100 Subject: [PATCH 02/19] chore: update typos in changelog and analysis options --- CHANGELOG.md | 74 +++++++++++++++++++++---------------------- analysis_options.yaml | 2 +- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e59864724545..7fadb63eaf0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3105,7 +3105,7 @@ Packages with dependency updates only: #### `firebase_auth` - `v4.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)) @@ -3521,11 +3521,11 @@ Packages with dependency updates only: #### `cloud_firestore_web` - `v3.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)) #### `firebase_auth_web` - `v5.11.4` - - **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)) ## 2024-04-23 @@ -7690,13 +7690,13 @@ Packages with dependency updates only: #### `firebase_auth` - `v4.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 sign in ([#11284](https://github.com/firebase/flutterfire/issues/11284)). ([1cffae79](https://github.com/firebase/flutterfire/commit/1cffae79ded28808ba55f2f4c9c1b47817987999)) #### `firebase_auth_platform_interface` - `v6.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)) #### `firebase_auth_web` - `v5.6.2` @@ -8542,7 +8542,7 @@ Packages with other changes: #### `cloud_firestore` - `v4.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)) #### `cloud_firestore_odm` - `v1.0.0-dev.58` @@ -8555,7 +8555,7 @@ Packages with other changes: #### `cloud_firestore_platform_interface` - `v5.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)) #### `cloud_firestore_web` - `v3.5.0` @@ -8568,7 +8568,7 @@ Packages with other changes: #### `cloud_functions_platform_interface` - `v5.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)) #### `cloud_functions_web` - `v4.5.0` @@ -8577,12 +8577,12 @@ Packages with other changes: #### `firebase_analytics` - `v10.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)) #### `firebase_analytics_platform_interface` - `v3.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)) #### `firebase_analytics_web` - `v0.5.4` @@ -8591,12 +8591,12 @@ Packages with other changes: #### `firebase_app_check` - `v0.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)) #### `firebase_app_check_platform_interface` - `v0.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)) #### `firebase_app_check_web` - `v0.0.10` @@ -8617,17 +8617,17 @@ Packages with other changes: #### `firebase_auth` - `v4.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)) #### `firebase_auth_platform_interface` - `v6.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)) #### `firebase_auth_web` - `v5.5.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)) #### `firebase_core` - `v2.12.0` @@ -8644,12 +8644,12 @@ Packages with other changes: #### `firebase_crashlytics` - `v3.3.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)) #### `firebase_crashlytics_platform_interface` - `v3.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)) #### `firebase_database` - `v10.2.0` @@ -8658,7 +8658,7 @@ Packages with other changes: #### `firebase_database_platform_interface` - `v0.2.5` - **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)) #### `firebase_database_web` - `v0.2.3` @@ -8667,12 +8667,12 @@ Packages with other changes: #### `firebase_dynamic_links` - `v5.3.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)) #### `firebase_dynamic_links_platform_interface` - `v0.2.6` - **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)) #### `firebase_in_app_messaging` - `v0.7.3` @@ -8681,7 +8681,7 @@ Packages with other changes: #### `firebase_in_app_messaging_platform_interface` - `v0.2.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)) #### `firebase_messaging` - `v14.6.0` @@ -8690,7 +8690,7 @@ Packages with other changes: #### `firebase_messaging_platform_interface` - `v4.5.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)) #### `firebase_messaging_web` - `v3.5.0` @@ -8703,7 +8703,7 @@ Packages with other changes: #### `firebase_ml_model_downloader_platform_interface` - `v0.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)) #### `firebase_performance` - `v0.9.2` @@ -8712,7 +8712,7 @@ Packages with other changes: #### `firebase_performance_platform_interface` - `v0.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)) #### `firebase_performance_web` - `v0.1.4` @@ -8737,7 +8737,7 @@ Packages with other changes: #### `firebase_storage_platform_interface` - `v4.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)) #### `firebase_storage_web` - `v3.6.0` @@ -8746,48 +8746,48 @@ Packages with other changes: #### `firebase_ui_auth` - `v1.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)) - **DOCS**(firebase_ui_auth): fix phone provider's widget example ([#10917](https://github.com/firebase/flutterfire/issues/10917)). ([c56234ff](https://github.com/firebase/flutterfire/commit/c56234ffd06c29edac6243bf0509b1925390395a)) #### `firebase_ui_database` - `v1.3.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)) #### `firebase_ui_firestore` - `v1.5.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)) #### `firebase_ui_localizations` - `v1.5.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)) #### `firebase_ui_oauth` - `v1.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)) #### `firebase_ui_oauth_apple` - `v1.2.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)) #### `firebase_ui_oauth_facebook` - `v1.2.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)) #### `firebase_ui_oauth_google` - `v1.2.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)) #### `firebase_ui_oauth_twitter` - `v1.2.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)) #### `firebase_ui_shared` - `v1.3.0` @@ -13621,14 +13621,14 @@ Packages with dependency updates only: - **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)) - **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)) #### `firebase_auth_platform_interface` - `v6.7.0` - **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)) #### `firebase_auth_web` - `v4.4.0` @@ -17223,7 +17223,7 @@ Packages with dependency updates only: #### `firebase_app_check` - `v0.0.6+5` - - **FIX**: workaround iOS build issue when targetting platforms < iOS 11. + - **FIX**: workaround iOS build issue when targeting platforms < iOS 11. #### `firebase_app_installations` - `v0.1.0+6` diff --git a/analysis_options.yaml b/analysis_options.yaml index d384eac0e616..42a29fa6821d 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -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 From bd5b4eb8863fd72d39eb6c63552384cbc66641f3 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Sat, 31 Dec 2022 16:20:50 +0100 Subject: [PATCH 03/19] chore: resolve typos in firebase storage test --- tests/integration_test/firebase_storage/second_bucket.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_test/firebase_storage/second_bucket.dart b/tests/integration_test/firebase_storage/second_bucket.dart index b329ea2ec816..f3a219861515 100644 --- a/tests/integration_test/firebase_storage/second_bucket.dart +++ b/tests/integration_test/firebase_storage/second_bucket.dart @@ -368,7 +368,7 @@ void setupSecondBucketTests() { ); expect(complete.metadata?.size, kTestString.length); - // TOOD - remove this note if still appplicavle - Metadata isn't saved on objects when using the emulator which fails test + // TODO - remove this note if still appplicable - Metadata isn't saved on objects when using the emulator which fails test expect(complete.metadata?.contentLanguage, 'en'); expect(complete.metadata?.customMetadata!['activity'], 'test'); }, From d9e81f92f8a822ed2b4f09432a2ef3969359592c Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Sun, 15 Jan 2023 16:21:40 +0100 Subject: [PATCH 04/19] chore: fix typo in flutterfire internals --- packages/_flutterfire_internals/lib/src/interop_shimmer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/_flutterfire_internals/lib/src/interop_shimmer.dart b/packages/_flutterfire_internals/lib/src/interop_shimmer.dart index a2d683346b19..f43d79287df5 100644 --- a/packages/_flutterfire_internals/lib/src/interop_shimmer.dart +++ b/packages/_flutterfire_internals/lib/src/interop_shimmer.dart @@ -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 { From c127d239b04828a289ec494f6357ace9ca279aa7 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Fri, 20 Jan 2023 16:22:25 +0100 Subject: [PATCH 05/19] chore: fix typo in cloud firestore package --- packages/cloud_firestore/cloud_firestore/CHANGELOG.md | 2 +- .../cloud_firestore/cloud_firestore/lib/src/firestore.dart | 2 +- .../cloud_firestore/test/collection_reference_test.dart | 2 +- .../cloud_firestore_platform_interface/CHANGELOG.md | 2 +- .../src/platform_interface/platform_interface_firestore.dart | 2 +- .../lib/src/platform_interface/platform_interface_query.dart | 2 +- .../test/internal_tests/pointer_test.dart | 4 ++-- packages/cloud_firestore/cloud_firestore_web/CHANGELOG.md | 4 ++-- .../lib/src/interop/firestore_interop.dart | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/cloud_firestore/cloud_firestore/CHANGELOG.md b/packages/cloud_firestore/cloud_firestore/CHANGELOG.md index 1906747636c5..7ab86dee7bee 100644 --- a/packages/cloud_firestore/cloud_firestore/CHANGELOG.md +++ b/packages/cloud_firestore/cloud_firestore/CHANGELOG.md @@ -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 diff --git a/packages/cloud_firestore/cloud_firestore/lib/src/firestore.dart b/packages/cloud_firestore/cloud_firestore/lib/src/firestore.dart index 49c626eaa508..1e8d51586038 100644 --- a/packages/cloud_firestore/cloud_firestore/lib/src/firestore.dart +++ b/packages/cloud_firestore/cloud_firestore/lib/src/firestore.dart @@ -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 runTransaction( TransactionHandler transactionHandler, { diff --git a/packages/cloud_firestore/cloud_firestore/test/collection_reference_test.dart b/packages/cloud_firestore/cloud_firestore/test/collection_reference_test.dart index e3e9fbdf1460..cb5fb5266a08 100644 --- a/packages/cloud_firestore/cloud_firestore/test/collection_reference_test.dart +++ b/packages/cloud_firestore/cloud_firestore/test/collection_reference_test.dart @@ -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'); diff --git a/packages/cloud_firestore/cloud_firestore_platform_interface/CHANGELOG.md b/packages/cloud_firestore/cloud_firestore_platform_interface/CHANGELOG.md index e4a931a0c6f2..9fbbf87a0677 100644 --- a/packages/cloud_firestore/cloud_firestore_platform_interface/CHANGELOG.md +++ b/packages/cloud_firestore/cloud_firestore_platform_interface/CHANGELOG.md @@ -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 diff --git a/packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_firestore.dart b/packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_firestore.dart index 653cd1ed1d29..408b18d5ef66 100644 --- a/packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_firestore.dart +++ b/packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_firestore.dart @@ -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 runTransaction(TransactionHandler transactionHandler, {Duration timeout = const Duration(seconds: 30), int maxAttempts = 5}) { diff --git a/packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_query.dart b/packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_query.dart index 44cea3026120..722cd590dd62 100644 --- a/packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_query.dart +++ b/packages/cloud_firestore/cloud_firestore_platform_interface/lib/src/platform_interface/platform_interface_query.dart @@ -46,7 +46,7 @@ abstract class QueryPlatform extends PlatformInterface { /// Stores the instances query modifier filters. final Map 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'); } diff --git a/packages/cloud_firestore/cloud_firestore_platform_interface/test/internal_tests/pointer_test.dart b/packages/cloud_firestore/cloud_firestore_platform_interface/test/internal_tests/pointer_test.dart index f3232b58f28a..6b3c2bad8ee1 100644 --- a/packages/cloud_firestore/cloud_firestore_platform_interface/test/internal_tests/pointer_test.dart +++ b/packages/cloud_firestore/cloud_firestore_platform_interface/test/internal_tests/pointer_test.dart @@ -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'); }); diff --git a/packages/cloud_firestore/cloud_firestore_web/CHANGELOG.md b/packages/cloud_firestore/cloud_firestore_web/CHANGELOG.md index 6cb9ed998d35..2aef7876095a 100644 --- a/packages/cloud_firestore/cloud_firestore_web/CHANGELOG.md +++ b/packages/cloud_firestore/cloud_firestore_web/CHANGELOG.md @@ -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 @@ -566,7 +566,7 @@ ## 1.0.6 - - **REFACTOR**: Share guard functions accross plugins (#5783). + - **REFACTOR**: Share guard functions across plugins (#5783). ## 1.0.5 diff --git a/packages/cloud_firestore/cloud_firestore_web/lib/src/interop/firestore_interop.dart b/packages/cloud_firestore/cloud_firestore_web/lib/src/interop/firestore_interop.dart index 43b46f49d511..56630da288d3 100644 --- a/packages/cloud_firestore/cloud_firestore_web/lib/src/interop/firestore_interop.dart +++ b/packages/cloud_firestore/cloud_firestore_web/lib/src/interop/firestore_interop.dart @@ -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 From ca1b0a6c771b4fbe8f0db74b76b970a42e829abc Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Mon, 30 Jan 2023 16:23:05 +0100 Subject: [PATCH 06/19] chore: fix typos in cloud functions package --- packages/cloud_functions/cloud_functions/CHANGELOG.md | 2 +- .../cloud_functions_platform_interface/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cloud_functions/cloud_functions/CHANGELOG.md b/packages/cloud_functions/cloud_functions/CHANGELOG.md index 5b7eb0ac193e..a73196691034 100644 --- a/packages/cloud_functions/cloud_functions/CHANGELOG.md +++ b/packages/cloud_functions/cloud_functions/CHANGELOG.md @@ -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 diff --git a/packages/cloud_functions/cloud_functions_platform_interface/CHANGELOG.md b/packages/cloud_functions/cloud_functions_platform_interface/CHANGELOG.md index 26e62df6e50e..93fcdc4a3006 100644 --- a/packages/cloud_functions/cloud_functions_platform_interface/CHANGELOG.md +++ b/packages/cloud_functions/cloud_functions_platform_interface/CHANGELOG.md @@ -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 From 714bc371ea0001971e88354f53c941c1ee54c34b Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Tue, 31 Jan 2023 16:23:39 +0100 Subject: [PATCH 07/19] chore: fix typos in firebase analytics package --- packages/firebase_analytics/firebase_analytics/CHANGELOG.md | 2 +- .../firebase_analytics_platform_interface/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/firebase_analytics/firebase_analytics/CHANGELOG.md b/packages/firebase_analytics/firebase_analytics/CHANGELOG.md index 50cb48144a56..655dd540bd1c 100644 --- a/packages/firebase_analytics/firebase_analytics/CHANGELOG.md +++ b/packages/firebase_analytics/firebase_analytics/CHANGELOG.md @@ -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 diff --git a/packages/firebase_analytics/firebase_analytics_platform_interface/CHANGELOG.md b/packages/firebase_analytics/firebase_analytics_platform_interface/CHANGELOG.md index a093795f53a0..1491d9c22f17 100644 --- a/packages/firebase_analytics/firebase_analytics_platform_interface/CHANGELOG.md +++ b/packages/firebase_analytics/firebase_analytics_platform_interface/CHANGELOG.md @@ -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 From 893fc7037c834f3ea7baba483e37ca3b2974806b Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Thu, 2 Feb 2023 16:59:41 +0100 Subject: [PATCH 08/19] chore: resolve typos in firebase app check package --- packages/firebase_app_check/firebase_app_check/CHANGELOG.md | 4 ++-- .../firebase_app_check_platform_interface/CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/firebase_app_check/firebase_app_check/CHANGELOG.md b/packages/firebase_app_check/firebase_app_check/CHANGELOG.md index 6fd6678095d7..b89ef8402145 100644 --- a/packages/firebase_app_check/firebase_app_check/CHANGELOG.md +++ b/packages/firebase_app_check/firebase_app_check/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/firebase_app_check/firebase_app_check_platform_interface/CHANGELOG.md b/packages/firebase_app_check/firebase_app_check_platform_interface/CHANGELOG.md index a539b5907d54..715ba6dba748 100644 --- a/packages/firebase_app_check/firebase_app_check_platform_interface/CHANGELOG.md +++ b/packages/firebase_app_check/firebase_app_check_platform_interface/CHANGELOG.md @@ -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 From 0a969b6ead70e43c14c264c2f25e80fbac2d2181 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Mon, 6 Feb 2023 17:00:28 +0100 Subject: [PATCH 09/19] chore: resolve typos in firebase auth package --- packages/firebase_auth/firebase_auth/CHANGELOG.md | 8 ++++---- .../Sources/firebase_auth/FLTFirebaseAuthPlugin.m | 2 +- .../firebase_auth/lib/src/firebase_auth.dart | 4 ++-- .../firebase_auth_platform_interface/CHANGELOG.md | 6 +++--- .../platform_interface_firebase_auth.dart | 4 ++-- .../firebase_auth_platform_interface/lib/src/types.dart | 2 +- packages/firebase_auth/firebase_auth_web/CHANGELOG.md | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/firebase_auth/firebase_auth/CHANGELOG.md b/packages/firebase_auth/firebase_auth/CHANGELOG.md index 42491242dc58..86562cb4cc4a 100644 --- a/packages/firebase_auth/firebase_auth/CHANGELOG.md +++ b/packages/firebase_auth/firebase_auth/CHANGELOG.md @@ -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)) @@ -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 sign in ([#11284](https://github.com/firebase/flutterfire/issues/11284)). ([1cffae79](https://github.com/firebase/flutterfire/commit/1cffae79ded28808ba55f2f4c9c1b47817987999)) @@ -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 @@ -414,7 +414,7 @@ - **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)) - **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 diff --git a/packages/firebase_auth/firebase_auth/ios/firebase_auth/Sources/firebase_auth/FLTFirebaseAuthPlugin.m b/packages/firebase_auth/firebase_auth/ios/firebase_auth/Sources/firebase_auth/FLTFirebaseAuthPlugin.m index f42b49e8eb5d..da42ac6ad675 100644 --- a/packages/firebase_auth/firebase_auth/ios/firebase_auth/Sources/firebase_auth/FLTFirebaseAuthPlugin.m +++ b/packages/firebase_auth/firebase_auth/ios/firebase_auth/Sources/firebase_auth/FLTFirebaseAuthPlugin.m @@ -203,7 +203,7 @@ + (FlutterError *)convertToFlutterError:(NSError *)error { additionalData[kArgumentEmail] = [error userInfo][FIRAuthErrorUserInfoEmailKey]; } // We want to store the credential if present for future sign in 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 diff --git a/packages/firebase_auth/firebase_auth/lib/src/firebase_auth.dart b/packages/firebase_auth/firebase_auth/lib/src/firebase_auth.dart index 4061d3640762..18e17c33af4a 100644 --- a/packages/firebase_auth/firebase_auth/lib/src/firebase_auth.dart +++ b/packages/firebase_auth/firebase_auth/lib/src/firebase_auth.dart @@ -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 @@ -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 diff --git a/packages/firebase_auth/firebase_auth_platform_interface/CHANGELOG.md b/packages/firebase_auth/firebase_auth_platform_interface/CHANGELOG.md index c330cfe7240c..a66e89ca83c3 100644 --- a/packages/firebase_auth/firebase_auth_platform_interface/CHANGELOG.md +++ b/packages/firebase_auth/firebase_auth_platform_interface/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_firebase_auth.dart b/packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_firebase_auth.dart index 5e2b64f53333..73339db1d17f 100644 --- a/packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_firebase_auth.dart +++ b/packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_firebase_auth.dart @@ -230,7 +230,7 @@ abstract class FirebaseAuthPlatform extends PlatformInterface { /// - 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 @@ -521,7 +521,7 @@ abstract class FirebaseAuthPlatform extends PlatformInterface { /// 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 diff --git a/packages/firebase_auth/firebase_auth_platform_interface/lib/src/types.dart b/packages/firebase_auth/firebase_auth_platform_interface/lib/src/types.dart index 953624ff9445..8e4ebd77d467 100644 --- a/packages/firebase_auth/firebase_auth_platform_interface/lib/src/types.dart +++ b/packages/firebase_auth/firebase_auth_platform_interface/lib/src/types.dart @@ -7,7 +7,7 @@ import 'package:firebase_auth_platform_interface/src/providers/phone_auth.dart'; import 'firebase_auth_exception.dart'; -/// Typedef for a automatic phone number resolution. +/// Typedef for an automatic phone number resolution. /// /// This handler can only be called on supported Android devices. typedef PhoneVerificationCompleted = void Function( diff --git a/packages/firebase_auth/firebase_auth_web/CHANGELOG.md b/packages/firebase_auth/firebase_auth_web/CHANGELOG.md index fcc6915c43da..710ae8d46ec3 100644 --- a/packages/firebase_auth/firebase_auth_web/CHANGELOG.md +++ b/packages/firebase_auth/firebase_auth_web/CHANGELOG.md @@ -82,7 +82,7 @@ ## 5.11.4 - - **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)) ## 5.11.3 @@ -243,7 +243,7 @@ ## 5.5.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.4.0 From 6af220479a565faa5e1b459e06486c156ee69161 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Fri, 10 Feb 2023 17:00:48 +0100 Subject: [PATCH 10/19] chore: resolve typos in firebase core package --- packages/firebase_core/firebase_core/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/firebase_core/firebase_core/CHANGELOG.md b/packages/firebase_core/firebase_core/CHANGELOG.md index e3984fd81a29..4c24a8750353 100644 --- a/packages/firebase_core/firebase_core/CHANGELOG.md +++ b/packages/firebase_core/firebase_core/CHANGELOG.md @@ -505,7 +505,7 @@ ## 1.0.4 - - **REFACTOR**: Share guard functions accross plugins (#5783). + - **REFACTOR**: Share guard functions across plugins (#5783). - **CHORE**: update Web plugins to use Firebase JS SDK version 8.4.1 (#4464). ## 1.0.3 @@ -770,7 +770,7 @@ ## 0.3.2 -* Move Android dependency to Gradle BoM to help maintain compatability +* Move Android dependency to Gradle BoM to help maintain compatibility with other FlutterFire plugins. ## 0.3.1+1 From 49b83b60f9cfdf226c0bb7a1ab47abc2e4ad99f4 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Tue, 14 Feb 2023 17:01:08 +0100 Subject: [PATCH 11/19] chore: resolve typos in firebase crashlytics package --- packages/firebase_crashlytics/firebase_crashlytics/CHANGELOG.md | 2 +- .../firebase_crashlytics_platform_interface/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/firebase_crashlytics/firebase_crashlytics/CHANGELOG.md b/packages/firebase_crashlytics/firebase_crashlytics/CHANGELOG.md index db0f4a811122..9e68aacd4875 100644 --- a/packages/firebase_crashlytics/firebase_crashlytics/CHANGELOG.md +++ b/packages/firebase_crashlytics/firebase_crashlytics/CHANGELOG.md @@ -219,7 +219,7 @@ ## 3.3.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.2.0 diff --git a/packages/firebase_crashlytics/firebase_crashlytics_platform_interface/CHANGELOG.md b/packages/firebase_crashlytics/firebase_crashlytics_platform_interface/CHANGELOG.md index 9f16afee8186..b88841b0ae65 100644 --- a/packages/firebase_crashlytics/firebase_crashlytics_platform_interface/CHANGELOG.md +++ b/packages/firebase_crashlytics/firebase_crashlytics_platform_interface/CHANGELOG.md @@ -209,7 +209,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 From 60485804e2678ac61eaf9e5017addea127350bd8 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Thu, 16 Feb 2023 17:01:30 +0100 Subject: [PATCH 12/19] chore: resolve typos in firebase data connect package --- .../firebase_data_connect/test/src/optional_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/firebase_data_connect/firebase_data_connect/test/src/optional_test.dart b/packages/firebase_data_connect/firebase_data_connect/test/src/optional_test.dart index e7406d2dfa46..344ec02e03bf 100644 --- a/packages/firebase_data_connect/firebase_data_connect/test/src/optional_test.dart +++ b/packages/firebase_data_connect/firebase_data_connect/test/src/optional_test.dart @@ -91,7 +91,7 @@ void main() { expect(nativeFromJson('Test'), equals('Test')); }); - // Since protobuf doesn't distinguish between int and double, we need to do the parsing outselves + // Since protobuf doesn't distinguish between int and double, we need to do the parsing ourselves test('nativeFromJson correctly matches int to int and double to double', () { double expectedDouble = 42; From b114b9338908cebe23b924a5c41b14a4b19aa4f8 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Sat, 18 Feb 2023 17:01:58 +0100 Subject: [PATCH 13/19] chore: resolve typos in firebase db package --- .../firebase_database_platform_interface/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/firebase_database/firebase_database_platform_interface/CHANGELOG.md b/packages/firebase_database/firebase_database_platform_interface/CHANGELOG.md index 0efe29b36bc7..6b9ede476da3 100755 --- a/packages/firebase_database/firebase_database_platform_interface/CHANGELOG.md +++ b/packages/firebase_database/firebase_database_platform_interface/CHANGELOG.md @@ -209,7 +209,7 @@ ## 0.2.5 - **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.2.4 From 167da00d7601306da94cdcf63a2cfd7b6f92b749 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Tue, 21 Feb 2023 17:02:14 +0100 Subject: [PATCH 14/19] chore: resolve typos in firebase dynamic links package --- .../firebase_dynamic_links/firebase_dynamic_links/CHANGELOG.md | 2 +- .../firebase_dynamic_links_platform_interface/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/firebase_dynamic_links/firebase_dynamic_links/CHANGELOG.md b/packages/firebase_dynamic_links/firebase_dynamic_links/CHANGELOG.md index 8799d781763d..f2ba90fc0394 100644 --- a/packages/firebase_dynamic_links/firebase_dynamic_links/CHANGELOG.md +++ b/packages/firebase_dynamic_links/firebase_dynamic_links/CHANGELOG.md @@ -212,7 +212,7 @@ ## 5.3.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.2.0 diff --git a/packages/firebase_dynamic_links/firebase_dynamic_links_platform_interface/CHANGELOG.md b/packages/firebase_dynamic_links/firebase_dynamic_links_platform_interface/CHANGELOG.md index 65ad07164bea..a2554aaa6202 100644 --- a/packages/firebase_dynamic_links/firebase_dynamic_links_platform_interface/CHANGELOG.md +++ b/packages/firebase_dynamic_links/firebase_dynamic_links_platform_interface/CHANGELOG.md @@ -209,7 +209,7 @@ ## 0.2.6 - **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.2.5 From 041f8c66a42270f30f61749d38edd4e7b9ce41e7 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Mon, 27 Feb 2023 17:02:56 +0100 Subject: [PATCH 15/19] chore: resolve typos in firebase vertex ai package --- packages/firebase_vertexai/analysis_options.yaml | 2 +- .../firebase_vertexai/firebase_vertexai/lib/src/schema.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/firebase_vertexai/analysis_options.yaml b/packages/firebase_vertexai/analysis_options.yaml index f41d32929033..5004d8c56d8c 100644 --- a/packages/firebase_vertexai/analysis_options.yaml +++ b/packages/firebase_vertexai/analysis_options.yaml @@ -39,7 +39,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 diff --git a/packages/firebase_vertexai/firebase_vertexai/lib/src/schema.dart b/packages/firebase_vertexai/firebase_vertexai/lib/src/schema.dart index e73f44b355f3..b6a908dd9cb7 100644 --- a/packages/firebase_vertexai/firebase_vertexai/lib/src/schema.dart +++ b/packages/firebase_vertexai/firebase_vertexai/lib/src/schema.dart @@ -134,7 +134,7 @@ final class Schema { /// Parameter description may be formatted as Markdown. String? description; - /// Whether the value mey be null. + /// Whether the value may be null. bool? nullable; /// Possible values if this is a [SchemaType.string] with an enum format. From 16adc5ae8a654b20f488c24be83bb4fc3ecc8371 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Mon, 27 Feb 2023 17:03:16 +0100 Subject: [PATCH 16/19] chore: resolve typos in firebase storage package --- packages/firebase_storage/analysis_options.yaml | 2 +- .../firebase/storage/FlutterFirebaseStoragePlugin.java | 4 ++-- .../firebase_storage_platform_interface/CHANGELOG.md | 2 +- packages/firebase_storage/firebase_storage_web/CHANGELOG.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/firebase_storage/analysis_options.yaml b/packages/firebase_storage/analysis_options.yaml index f41d32929033..5004d8c56d8c 100644 --- a/packages/firebase_storage/analysis_options.yaml +++ b/packages/firebase_storage/analysis_options.yaml @@ -39,7 +39,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 diff --git a/packages/firebase_storage/firebase_storage/android/src/main/java/io/flutter/plugins/firebase/storage/FlutterFirebaseStoragePlugin.java b/packages/firebase_storage/firebase_storage/android/src/main/java/io/flutter/plugins/firebase/storage/FlutterFirebaseStoragePlugin.java index c787ba5cbba2..916fc6968eeb 100755 --- a/packages/firebase_storage/firebase_storage/android/src/main/java/io/flutter/plugins/firebase/storage/FlutterFirebaseStoragePlugin.java +++ b/packages/firebase_storage/firebase_storage/android/src/main/java/io/flutter/plugins/firebase/storage/FlutterFirebaseStoragePlugin.java @@ -230,7 +230,7 @@ public void useStorageEmulator( } } - // FirebaseStorageHostApi Reference releated api override + // FirebaseStorageHostApi Reference related api override @Override public void referenceDelete( @NonNull GeneratedAndroidFirebaseStorage.PigeonStorageFirebaseApp app, @@ -562,7 +562,7 @@ public void referenceDownloadFile( } } - // FirebaseStorageHostApi Task releated api override + // FirebaseStorageHostApi Task related api override @Override public void taskPause( @NonNull GeneratedAndroidFirebaseStorage.PigeonStorageFirebaseApp app, diff --git a/packages/firebase_storage/firebase_storage_platform_interface/CHANGELOG.md b/packages/firebase_storage/firebase_storage_platform_interface/CHANGELOG.md index b1921b682f46..a29812f25e8b 100644 --- a/packages/firebase_storage/firebase_storage_platform_interface/CHANGELOG.md +++ b/packages/firebase_storage/firebase_storage_platform_interface/CHANGELOG.md @@ -212,7 +212,7 @@ ## 4.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)) ## 4.3.0 diff --git a/packages/firebase_storage/firebase_storage_web/CHANGELOG.md b/packages/firebase_storage/firebase_storage_web/CHANGELOG.md index 4ff0326d8103..d79d4ff54c30 100644 --- a/packages/firebase_storage/firebase_storage_web/CHANGELOG.md +++ b/packages/firebase_storage/firebase_storage_web/CHANGELOG.md @@ -473,7 +473,7 @@ ## 1.0.4 - - **REFACTOR**: Share guard functions accross plugins (#5783). + - **REFACTOR**: Share guard functions across plugins (#5783). ## 1.0.3 From 435cce2d3e7db363f3cb7020a54edccd4206d468 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Wed, 1 Mar 2023 17:03:34 +0100 Subject: [PATCH 17/19] chore: resolve typos in firebase in app messaging package --- .../firebase_in_app_messaging_platform_interface/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/firebase_in_app_messaging/firebase_in_app_messaging_platform_interface/CHANGELOG.md b/packages/firebase_in_app_messaging/firebase_in_app_messaging_platform_interface/CHANGELOG.md index ab12b5b5a864..0fb78e12455b 100644 --- a/packages/firebase_in_app_messaging/firebase_in_app_messaging_platform_interface/CHANGELOG.md +++ b/packages/firebase_in_app_messaging/firebase_in_app_messaging_platform_interface/CHANGELOG.md @@ -209,7 +209,7 @@ ## 0.2.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.2.3 From 36efbbebaff53b9d5ae98530c56403f7770ecae0 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Thu, 2 Mar 2023 17:04:25 +0100 Subject: [PATCH 18/19] chore: resolve typos in firebase messaging package --- packages/firebase_messaging/firebase_messaging/CHANGELOG.md | 2 +- .../firebase_messaging_platform_interface/CHANGELOG.md | 2 +- .../lib/src/remote_notification.dart | 4 ++-- .../firebase_messaging/firebase_messaging_web/CHANGELOG.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/firebase_messaging/firebase_messaging/CHANGELOG.md b/packages/firebase_messaging/firebase_messaging/CHANGELOG.md index c2a544b62e2f..3d681f4ddc40 100644 --- a/packages/firebase_messaging/firebase_messaging/CHANGELOG.md +++ b/packages/firebase_messaging/firebase_messaging/CHANGELOG.md @@ -502,7 +502,7 @@ - **FIX**: revert onMessage event handler commit which causes another bug (#6878). - **FIX**: allow messages when device is in idle mode (#6730). - - **FIX**: onMessage event handler for notifcations with `contentAvailable:true` (#6838). + - **FIX**: onMessage event handler for notifications with `contentAvailable:true` (#6838). ## 10.0.5 diff --git a/packages/firebase_messaging/firebase_messaging_platform_interface/CHANGELOG.md b/packages/firebase_messaging/firebase_messaging_platform_interface/CHANGELOG.md index dce80a1c3e01..07e611505c00 100644 --- a/packages/firebase_messaging/firebase_messaging_platform_interface/CHANGELOG.md +++ b/packages/firebase_messaging/firebase_messaging_platform_interface/CHANGELOG.md @@ -217,7 +217,7 @@ ## 4.5.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.4.0 diff --git a/packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/remote_notification.dart b/packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/remote_notification.dart index 0fed9f517c18..d8eae271d3e7 100644 --- a/packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/remote_notification.dart +++ b/packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/remote_notification.dart @@ -149,7 +149,7 @@ class AndroidNotification { /// The channel the notification is delivered on. final String? channelId; - /// A spcific click action was defined for the notification. + /// A specific click action was defined for the notification. /// /// This property is not required to handle user interaction. final String? clickAction; @@ -168,7 +168,7 @@ class AndroidNotification { // ignore: public_member_api_docs final String? link; - /// The priority for the notifcation. + /// The priority for the notification. /// /// This property only has impact on devices running Android 8.0 (API level 26) +. /// Later than this, they use the channel importance instead. diff --git a/packages/firebase_messaging/firebase_messaging_web/CHANGELOG.md b/packages/firebase_messaging/firebase_messaging_web/CHANGELOG.md index c7ae37cb2955..304a12a3e36f 100644 --- a/packages/firebase_messaging/firebase_messaging_web/CHANGELOG.md +++ b/packages/firebase_messaging/firebase_messaging_web/CHANGELOG.md @@ -472,7 +472,7 @@ ## 1.0.5 - - **REFACTOR**: Share guard functions accross plugins (#5783). + - **REFACTOR**: Share guard functions across plugins (#5783). ## 1.0.4 From 07dc63db072312b3b772b04e4c366cd21a4b5ca0 Mon Sep 17 00:00:00 2001 From: gbolahan146 Date: Sun, 5 Mar 2023 17:05:34 +0100 Subject: [PATCH 19/19] chore: resolve typos in firebase remote config, ml model downloader, performance --- .../CHANGELOG.md | 2 +- .../firebase_performance_platform_interface/CHANGELOG.md | 2 +- .../firebase_remote_config/lib/src/firebase_remote_config.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/firebase_ml_model_downloader/firebase_ml_model_downloader_platform_interface/CHANGELOG.md b/packages/firebase_ml_model_downloader/firebase_ml_model_downloader_platform_interface/CHANGELOG.md index 1d3de41729f0..3be2b6bde1ea 100644 --- a/packages/firebase_ml_model_downloader/firebase_ml_model_downloader_platform_interface/CHANGELOG.md +++ b/packages/firebase_ml_model_downloader/firebase_ml_model_downloader_platform_interface/CHANGELOG.md @@ -201,7 +201,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 diff --git a/packages/firebase_performance/firebase_performance_platform_interface/CHANGELOG.md b/packages/firebase_performance/firebase_performance_platform_interface/CHANGELOG.md index 6842a0f32b4d..e97bcd841a7f 100644 --- a/packages/firebase_performance/firebase_performance_platform_interface/CHANGELOG.md +++ b/packages/firebase_performance/firebase_performance_platform_interface/CHANGELOG.md @@ -209,7 +209,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 diff --git a/packages/firebase_remote_config/firebase_remote_config/lib/src/firebase_remote_config.dart b/packages/firebase_remote_config/firebase_remote_config/lib/src/firebase_remote_config.dart index fa09ec674704..785d84a3e8d9 100644 --- a/packages/firebase_remote_config/firebase_remote_config/lib/src/firebase_remote_config.dart +++ b/packages/firebase_remote_config/firebase_remote_config/lib/src/firebase_remote_config.dart @@ -164,7 +164,7 @@ class FirebaseRemoteConfig extends FirebasePluginPlatform { /// /// If a connection to the Remote Config backend is not already open, calling this method will /// open it. Multiple listeners can be added by calling this method again, but subsequent calls - /// re-use the same connection to the backend. + /// reuse the same connection to the backend. Stream get onConfigUpdated { return _delegate.onConfigUpdated; }