Thaina Yu

Results 256 comments of Thaina Yu

When this issue will be fixed

@bojeil-google If the user does not signed in will that promise would ever fired for null? And I think this function is really common enough to included in the SDK

I see but anyway if it really just a couple line and will be the same for everyone so why it not be inside SDK. Did you not consider it...

@bojeil-google If I don't misunderstand, the `onAuthStateChanged in promise` function you present will work only on the first call. If I call that function on the second time it will...

If I misunderstand above, which means `onAuthStateChanged` will always fire once whenever it get called for the current user without the need of `signIn` or `signOut` action. Then I would...

@bojeil-google I know that if I call `onAuthStateChanged` **before** initializing and loading state it would be triggered. However I read the document and haven't seen mentioning about what happen if...

@bojeil-google Do you have a link to the document you mention about this behavior?

@bojeil-google It not that I would not belief but it the API name itself is misleading so I got confused. I test it and it seem the real behavior is...

@holmberd I guess you might not know but, firebase library has an initialize duration in the loading time that, even user have been logged in and even have persistent logged...