-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StreamBuilder builder error #40
Comments
This worked for me.
|
Unfortunaltely this code doesnot work for me. It says the method '[]' can't be unconditionally invoked because the receiver can be 'null' and when i add the null check sign it says the operator '[]' isn't defined for the type 'Object'. |
hello all, Kind regards, Nyanjui A. |
this is what helped me |
message.data() gets you the object, meanwhile message.get() gets you the object field. |
Thanks. It worked |
i am getting Bad state: field does not exist within the DocumentSnapShotPlatform error message. |
The text was updated successfully, but these errors were encountered: