Firestore Stream closed with status UNAVAILABLE description Channel shutdownNow invoked #9147
Unanswered
ricky-nstc
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 am developing a flutter app. Before this error, reading and writing to the firestore database has no issues but then suddenly I am having error (shown below) and prevents me from reading or writing to the database. I have sought for answers but unfortunately I did not find any that will solve my problem.
Debug Console Output:
W/Firestore(27297): (24.1.2) [WriteStream]: (bbd84bb) Stream closed with status: Status{code=UNAVAILABLE, description=Channel shutdownNow invoked, cause=null}.
W/DynamiteModule(27297): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
I/DynamiteModule(27297): Considering local module com.google.android.gms.providerinstaller.dynamite:0 and remote module com.google.android.gms.providerinstaller.dynamite:0
W/ProviderInstaller(27297): Failed to load providerinstaller module: No acceptable module com.google.android.gms.providerinstaller.dynamite found. Local version is 0 and remote version is 0.
Beta Was this translation helpful? Give feedback.
All reactions