-
According to the documentation,
` if (registry?.hasPlugin("io.flutter.plugins.pathprovider") == false) {
PathProviderPlugin.registerWith(registry.registrarFor("io.flutter.plugins.pa…
-
When you add Plugin.CloudFirestore package, FirebaesAuth.Instance property is always null.
If you delete this package, FirebaseAuth.Instance object exists.
dog6o updated
5 years ago
-
When I go into the application, it should download data from Firestore, but on the iPhone it gives an error :"The type initializer for Plugin.CloudFirestore.Firestore-Provided threw an exception" (eve…
-
I have followed the tutorial and added 'CloudFirestore.Init(Application.Context);' in MainActivity. However, when I run I get the following error:
Unhandled Exception:
Java.Lang.NullPointerExcep…
-
The fix is to add
```
android.useAndroidX=true
android.enableJetifier=true
```
to gradle.properties, as explained in https://flutter.dev/docs/development/androidx-migration#how-do-i-know-if-my-pr…
-
Mono.Linker.MarkException: Error processing method: 'System.Void Plugin.CloudFirestore.FirestoreSettings::.cctor()' in assembly: 'Plugin.CloudFirestore.dll' ---> Mono.Cecil.ResolutionException: Failed…
-
I get the following error when I try to build my solution
> Severity Code Description Project File Line Suppression State
> Error CS1703 Multiple assemblies with equivalent identity have been impo…
-
For the permission denied error, I got solution to change rule from false to true as suggested here
https://stackoverflow.com/questions/46590155/firestore-permission-denied-missing-or-insufficient-pe…
-
After using AddSnapshotListener, how do you stop listening when, say going to another activity?
I think that activity should start and stop listening in OnResume and OnPause.
-
D8: Cannot fit requested classes in a single dex file (# methods: 71610 > 65536)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformDexArchiveW…