Tags: hitek-swych/flutterfire
Tags
[cloud_functions] create no-op stubs for iOS/Android in cloud_functio… …ns_web (firebase#1908) * create no-op stubs for iOS/Android in cloud_functions_web * Update CHANGELOG * Update version number to accomodate check. * Remove AndroidX from no-op plugin implementation
[cloud_functions] web plugin implementation (firebase#1890) * Initial release of cloud_functions_web
[firebase_auth] Confirm password reset (firebase#1778) * Add support for `confirmPasswordReset` on Android and iOS. Co-authored-by: Collin Jackson <jackson@google.com> Co-authored-by: Ben Getsug <bgetsug@users.noreply.github.com>
[cloud_functions] No implementation found for method CloudFunctions#c… …all (firebase#1868) * Solves the error `No implementation found for method CloudFunctions#call` introduced in the `0.4.1+7` release
[cloud_functions] Update cloud_functions to use platform interface (f… …irebase#1854) * Phase 1 of web implementation: add a platform interface for the cloud_functions plugin. * Fix timeout for Android (which had been ignoring explicit timeouts due to unit mismatch). * Move existing cloud_functions plugin code into its own subfolder, to isolate it from following changes. * Update CloudFunctionsPlatform to extend PlatformInterface. Change the interface to be a close reflection of the MethodChannel interface. * Update the cloud_functions plugin to use the platform interface. * Update pubspec with published version of platform interface.
[cloud_functions] Prepare for web implementation (firebase#1826) * Phase 1 of web implementation: add a platform interface for the cloud_functions plugin. * Remove comment about default timeout, leave default timeout as null. * Move existing cloud_functions plugin code into its own subfolder, to isolate it from following changes. * Update CloudFunctionsPlatform to extend PlatformInterface. Change the interface to be a close reflection of the MethodChannel interface. * Clean up imports * Reformat with dartfmt * Fix document comments, remove CloudFunctionsException * Update signature of callCloudFunction() to return a Future. Update copyright date in LICENSE.
[firebase_auth_web] Add null check to _fromJsUser. (firebase#1798) * Added unit test for the onAuthStateChanged stream (from JS). * Migrate tests from jsify to package:js * Update version and CHANGELOG Fixes firebase#1685
[firebase_auth_platform_interface] Fix typo in the MethodChannel impl… …ementation. (firebase#1796) * [firebase_auth_platform_interface] Fix typo in the MethodChannel implementation. Bump version and update changelog. Fixes flutter/flutter#46045
[firebase_auth] Correct method signature for confirmPasswordReset (fi… …rebase#1780) * add 'app' to signature of FirebaseAuthPlatform.confirmPasswordReset * Update packages/firebase_auth/firebase_auth_platform_interface/CHANGELOG.md Co-authored-by: Collin Jackson <jackson@google.com>
PreviousNext