Samuel Elgozi

Results 32 comments of Samuel Elgozi

Hi, and thanks for opening a new issue. There are multiple reasons for this, and it's not only in this library, [google does this too](https://firebase.google.com/docs/auth/web/password-auth?authuser=0#create_a_password-based_account). The first reason is that...

I like to take time to decide such things. Thats why I'm leaving this open. I do agree that we should at least give developers the option, so I'm pretty...

Hi and thank you! The library automatically refreshes tokens for you when needed if you use the `auth.authorizedRequest` method. You can learn more about how it works here: https://github.com/samuelgozi/firebase-auth-lite/wiki/API-Reference#authorizedrequestresource-init The...

Sorry for the delay in responses. Please read this PR: https://github.com/samuelgozi/firebase-auth-lite/pull/54 And let me know if it solves your problem.

The changes should be up in NPM. If not, please let me know.

@stevenhales Hi and thank you for the feature request. I hope I'll have time to try to implement this next week.

Thanks for letting me know, Ill take a look and see what I can do about it. I want to avoid having `x is undefined` issues. And sorry for the...

The problem is that when visiting the mail from a different device (which is very common) the cookie will not be present and the mail will need to be provided...

Agree. That it the first thing I noticed. Hurts the eyes... I think that if needed we should deviate from Primers colours in this case. Maybe use a darker shade...

This is not an issue specific to this plugin, this is an issue that is caused due to some design decisions made in Parcel. Specifically(as mentioned above) the decision not...