question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OnSuccess not called

See original GitHub issue

Face the same issue as #155 with v2.7.2

Bug Report or Feature Request (mark with an x)

- [x ] bug report -> please search issues before submitting
- [ ] feature request

Duplicate of #155

OS and Version?

OSX Sierra

Versions

Angular CLI: 7.3.9 Node: 11.3.0 OS: darwin x64 Angular: 7.2.15 … animations, common, compiler, compiler-cli, core, forms … language-service, platform-browser, platform-browser-dynamic … router, service-worker

Package Version

@angular-devkit/architect 0.13.9 @angular-devkit/build-angular 0.13.9 @angular-devkit/build-optimizer 0.13.9 @angular-devkit/build-webpack 0.13.9 @angular-devkit/core 7.3.9 @angular-devkit/schematics 7.3.9 @angular/cdk 7.3.7 @angular/cli 7.3.9 @angular/fire 5.1.3 @angular/flex-layout 7.0.0-beta.24 @angular/material 7.3.7 @angular/pwa 0.12.4 @ngtools/webpack 7.3.9 @schematics/angular 7.3.9 @schematics/update 0.13.9 rxjs 6.3.3 typescript 3.2.4 webpack 4.29.0

Repro steps

Same as #155

The log given by the failure

Same as #155

Desired functionality

Same as #155

Mention any other details that might be useful

Same as #155

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
AnthonyNahascommented, Jul 15, 2019

@jferg-newcontext thanks for pointing to the main issue! I’ve just added the appropriate event emitter Output to the ngx-auth-firebaseui-providers component:

@Output() onSuccess;
@Output() onError;
<ngx-auth-firebaseui-providers (onSuccess)="printUser($event)"
                                             (onError)="printError($event)"
                                             layout="column">
</ngx-auth-firebaseui-providers>

this is available in v3.2.3 and is now live

thank you 🍻

0reactions
sanjay-k7rcommented, Jul 28, 2019

Thanks a lot ! Confirmed it works as expected.

Read more comments on GitHub >

github_iconTop Results From Across the Web

onSuccess doesn't get called when query is retrieved ... - GitHub
However, I do find strange that the onSuccess callback is not getting called when the result is retrieved from cache. It's a bit...
Read more >
1 - Stack Overflow
.subscribe(onSuccess/onError) not being called ; import UIKit protocol ; Coordinator: AnyObject ; var navigationController: UINavigationController ...
Read more >
onSuccess and onError callbacks in React Query - YouTube
onSuccess and onError callbacks in React Query - React Query tutorial 2022 part # 9What are onSuccess and onError callbacks in react query?...
Read more >
SubmitForm not calling OnSuccess - Power Platform Community
So I am making an Inventory Management app. The idea of the following code is that the user will input the name, part...
Read more >
Not getting the onSuccess callback on Android
We're using RevenueCat for subscriptions, but am now having issues with receiving the `onSuccess` callback when a user subscribes.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found