8000 Tags · hitek-swych/flutterfire · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hitek-swych/flutterfire

Tags

cloud_functions_web-v1.0.1

Toggle cloud_functions_web-v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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

firebase_auth_web-v0.1.2

Toggle firebase_auth_web-v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[firebase_auth] implement missing auth functionality for web (firebas…

…e#1864)

* implement missing auth functionality for web

* add changelog

* bump pubspec version

* add missing method to changelog

* fix interface

cloud_functions_web-v1.0.0

Toggle cloud_functions_web-v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cloud_functions] web plugin implementation (firebase#1890)

* Initial release of cloud_functions_web

firebase_auth-v0.15.4

Toggle firebase_auth-v0.15.4's commit message
[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-v0.4.1+8

Toggle cloud_functions-v0.4.1+8's commit message
[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-v0.4.1+7

Toggle cloud_functions-v0.4.1+7's commit message
[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_platform_interface-v1.0.0

Toggle cloud_functions_platform_interface-v1.0.0's commit message
[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-v0.1.1+4

Toggle firebase_auth_web-v0.1.1+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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-v1.1.5

Toggle firebase_auth_platform_interface-v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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_platform_interface-v1.1.4

Toggle firebase_auth_platform_interface-v1.1.4's commit message
[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>
0