cachapa / firedart

A dart-native implementation of the Firebase Auth and Firestore SDKs
https://pub.dev/packages/firedart
Apache License 2.0
174 stars 62 forks source link

Auth trying to authenticate when signed out #102

Open geovaniprodata opened 1 year ago

geovaniprodata commented 1 year ago

I was testing signIn and signOut, when run again after signOut. Trigger this error below :

image

cachapa commented 1 year ago

What would be the expected behavior?

geovaniprodata commented 1 year ago

well, idk but if I try to sign out that means i'm not authenticated anymore and rerun the app trigger the error

The authentication list is empty

so even if I stop the app and run again, the error message pop up

it pops when try to get docs from a collection.

before the sign out, the get was working just fine without auth and with it.

cachapa commented 1 year ago

Do you think it would be possible to reproduce this behavior using the example code?