Tags: dominicbachmann/angularfire
Tags
fix: Avoid handling promise rejections twice in stability helper (ang… …ular#3657) `PendingTasks.run` reports rejections of the promise to the `ErrorHandler`. This function already returns a promise that is meant to be handled in the developer's application. If there _is_ handling there, the rejection is handled both in the `PendingTasks.run` and in the developer callsite. This change updates the code to use `PendingTasks.add` instead, which has no built in error handling mechanisms. fixes angular/angular#61932
Preparing v20 release (angular#3655) * Bump peers, bump version * Quick fix for build:jasmine * Remove upset test for now
Preparing v20 release (angular#3655) * Bump peers, bump version * Quick fix for build:jasmine * Remove upset test for now
Bump action, bump minor (angular#3644) * Bump minor * Bump upload/download artifact
zone log verbosity (angular#3613) * Bunch of stuff * Bump firebase * Cleanup
Zone docs and switch to warnings (angular#3608) * Warn rather than error, thats trippin folk * Add doc on zone wrappers * Words
Adding more injector safety (angular#3590) * Zone wrapper noops for our other helpers * Add a warning / error on potential Zone / hydration issues * Pass injection context to `zoneWrapFn` * Pass injection context into the Promise wrapper * `beforeAuthStateChanged` should not block
Allow use of zone wrappers outside inejection context (angular#3589)
Drop isSupported injection, bump rxfire (angular#3588) * Bump rxfire dep * Drop isSupported inject in favor of PLATFORM_ID test * Analytics is technically isPlatformBrowser rather than !isPlatformServer, prolly no diff
PreviousNext