Andrew Ushakov

Results 6 comments of Andrew Ushakov

Really strange. Tried partly removing data from firebase config or provide firebase one more time using `compat` API and still could not get this error. Could you show where do...

I see that you provide Firebase app one more time using `AngularFireModule.initializeApp(environment.firebase),`. It is not necessary and could be removed. Moreover it seems to be `compat` API which is known...

@rinebob, could you try getting `auth` object using DI rather than getting it from the firebase directly? Do something like this in your `login.component.ts`: ```ts import { Auth } from...

I see that callback-register functions return a reference to `AsyncCallbackWebHandler`. It would be much easier to store and operate them if they are pointers, isn't it?

I will be really disappointed if it turns out that such a cool library is dead😕 But its current activity doesn't live up to the best expectations...

@kmomberg I don't follow this repo, but I don't think anyone investigated this issue. The only easy way I see to fix this is to rewrite `callback-register` function to return...