polina-c / flutter-auth-ui

flutter-auth-ui is an authentication library for flutter web applications. It uses Firebase auth as security as a service (SECaaS) provider. It implements UI to register user, validate email, sign in, sign out, restore password, access firestore..
https://flatter-auth-ui-demo1.codemagic.app/#/
Apache License 2.0
57 stars 18 forks source link

No automatic signin? #14

Closed emailsubjekt closed 4 years ago

emailsubjekt commented 4 years ago

Hi, I'm just writing to thank you for writing this project. I was just wondering will you be implementing automatic sign-in too?

polina-c commented 4 years ago

@emailsubjekt , thank you for creating the bug!

Automatic sign in is already implemented and is named 'silent sign in'. Could you please recommend a change in documentation to make the feature easier discoverable for people like you?

You can check how the feature works at https://flatter-auth-ui-demo1.codemagic.app/#/

Here is the steps:

  1. Open the link
  2. Sign in
  3. Close browser
  4. Open the link again It is expected that you will be signed in automatically.

If it does not work for you, please, create bug with the details like what browser you use.