"Another exception was thrown: NoSuchMethodError: Class '_JsonQuerySnapshot' has no instance getter 'doc'."
revan29 opened this issue · 6 comments
revan29 commented
"Another exception was thrown: NoSuchMethodError: Class '_JsonQuerySnapshot' has no instance getter 'doc'."
revan29 commented
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.
revan29 commented
CharlyKeleb commented
Hello
I'm working on a new update, this error is from firebase due to new
changes in the system
…On Wed, May 26, 2021, 5:54 AM revan29 ***@***.***> wrote:
[image: Capture]
<https://user-images.githubusercontent.com/80099158/119604364-7f11c000-be21-11eb-9ee6-4377dc4dc553.PNG>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOBOXDMTR6JP7J4B73OYW6DTPR5JJANCNFSM45QZTXIA>
.
revan29 commented
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!
CharlyKeleb commented
Awesome, thanks for the update!
Version 2 is on the way with lot more features like sending voice notes
…On Sat, Jun 5, 2021, 1:21 AM revan29 ***@***.***> wrote:
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 stream;" to "final stream;" (line 11 in all 3
files)
Hope this helps! Thanks so much!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOBOXDNVNFTTHQYZSZNNB53TRFUZXANCNFSM45QZTXIA>
.
revan29 commented
Thanks man! Hope all is good and safe!