-
Hello, with the new update of firebase_database (version ^ 9.0.0) the values are returned to you as an Object, but in this case if I try to make a Map <String, dynamic> as previously happened now it prevents me. What is the correct way to be able to read more than one field? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
deepak786
Dec 16, 2021
Replies: 1 comment
-
cast the value to map
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheHypnoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cast the value to map