0

I am stuck on an awkward situation while trying to implement cloud_firestore in my project.

while I am running the app in the emulator and add the dependency to the project it compiles without any error but I am unable to make any task through it.

Whenever I am trying to perform some code of firestore it sows some error

MissingPluginException(No implementation found for method DocumentReference#get on channel plugins.flutter.io/firebase_firestore)

to resolve this error i was trying to again after killing the process then it show some big error on compilation here is the question regarding this issue on stackoverflow

Most important thing is that again tried running the app removing cloud_firestore plugin then it works smoothly like previously also I am able to add the package in the running process but same error occurs.

I am not using firebase auth before calling the FirebaseFirestore class

used packages are mentioned in the previous question.

Anyone please help me out to resolve this question

Mijanur Rahaman
  • 353
  • 1
  • 5
  • 19
  • please refer this stackoverflow [link1](https://stackoverflow.com/questions/59913165/i-flutter-22027-missingpluginexceptionno-implementation-found-for-method-doc) & [link2](https://stackoverflow.com/questions/73539884/flutter-missingpluginexceptionno-implementation-found-for-method-documentrefer/735423400) and this github [link1](https://github.com/firebase/flutterfire/issues/1903) – Sathi Aiswarya Sep 23 '22 at 06:23
  • @SathiAiswarya all of these solutions are tried already – Mijanur Rahaman Sep 23 '22 at 06:55

1 Answers1

0

just remove the app from your device and reinstall it. I think it will solve your problem!!!