CharlyKeleb/SocialMedia-App

"Another exception was thrown: NoSuchMethodError: Class '_JsonQuerySnapshot' has no instance getter 'doc'."

revan29 opened this issue · 6 comments

"Another exception was thrown: NoSuchMethodError: Class '_JsonQuerySnapshot' has no instance getter 'doc'."

Hello! I am encountering this issue "Another exception was thrown: NoSuchMethodError: Class '_JsonQuerySnapshot' has no instance getter 'doc'." on the home page, notification tab, chat, and profile.

Signing up and logging in is good. I can also see the uploaded files in the firestore and storage.

Hi Charles! I seem to have accidentally fixed the bug, under lib>components>stream_builder_wrapper.dart, stream_comments_wrapper.dart, and stream_grid_wrapper.dart

I changed the "final Stream dynamic stream;" to "final Stream QuerySnapshot stream;" (line 11 in all 3 files)

Hope this helps! Thanks so much!

Thanks man! Hope all is good and safe!