Firestore Error! Stream closed with status: Status{code=UNAVAILABLE, description=Channel shutdownNow invoked, cause=null}. #4119
Unanswered
Paulavancamp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently creating an app that takes advantage of flutterfire authentication and cloud firestore methods to track customer accounts for a company. The log in/sign up is working, but when I try to connect to firestore I am getting some sort of timeout error I think. Unable to establish a write stream with the profiles collection I made.
Here is the error I am getting:

Here is the initial method that runs when the form is submitted.

Here is the method in my Auth class that tries to connect to firestore

Finally, here is my pubspec.yaml

Is there something I'm missing here?
Beta Was this translation helpful? Give feedback.
All reactions