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.