W/Firestore( 6377): (24.2.2) [WriteStream]: (de0ea67) Stream closed with status: Status{code=UNAVAILABLE, description=Channel shutdownNow invoked, cause=null}.
W/DynamiteModule( 6377): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
I/DynamiteModule( 6377): Considering local module com.google.android.gms.providerinstaller.dynamite:0 and remote module com.google.android.gms.providerinstaller.dynamite:0
W/ProviderInstaller( 6377): Failed to load providerinstaller module: No acceptable module com.google.android.gms.providerinstaller.dynamite found. Local version is 0 and remote version is 0.
W/ProviderInstaller( 6377): Failed to report request stats: reportRequestStats [class android.content.Context, long, long]
I am working on an Android application named cricket-info. Used Firestore database. When I run this application on an Android emulator (virtual device) it shows this warning and my data is not updated on firebase even taking more time to authenticate the user to the app. But whenever I run this app on a physical device my data gets updated and takes very less time to authenticate user...!
Code:
final _firestore = FirebaseFirestore.instance;
Also tried reinstalling Android Studio and Flutter.