You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The toString() method exists on each Object already, so it is not a great example to highlight that we get a custom object type back when using withConverter. I recommend using name, state, and/or country instead.
The text was updated successfully, but these errors were encountered:
snippets-web/snippets/firestore-next/test-firestore/get_custom_object.js
Line 16 in 1abb6ce
The
toString()
method exists on eachObject
already, so it is not a great example to highlight that we get a custom object type back when usingwithConverter
. I recommend usingname
,state
, and/orcountry
instead.The text was updated successfully, but these errors were encountered: