Firestore: Couldn't cast property 'foo' of 'bar' because it's not contained in the dictionary
See original GitHub issueHi,
I’m seen in my logcat this line appearing quite frequently:
[Plugin.Firebase] Couldn't cast property 'foo' of 'bar' because it's not contained in the dictionary
Why did you decide to log something when a property is null? Why not simply skip properties that have not been set in the firestore document?
Thanks
Issue Analytics
- State:
- Created 3 months ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Supported data types | Firestore - Firebase
This page describes the data types that Cloud Firestore supports. ... An array cannot contain another array value as one of its elements....
Read more >Firebase Swift Could not cast value of type '__NSArrayM' ...
Firebase Swift Could not cast value of type '__NSArrayM' (0x10591cc30) to 'NSDictionary' · Because snapshot.value is an array, not a dictionary.
Read more >JSON functions | BigQuery
Inserts JSON data into a JSON array. JSON_EXTRACT, (Deprecated) Extracts a JSON value and converts it to a SQL JSON-formatted STRING or JSON...
Read more >Best Practices: Arrays in Firebase
Firebase has no native support for arrays. If you store an array, it really gets stored as an “object” with integers as the...
Read more >Unity firebase get data. Create/Use an Unity project Tutorial li
Cloud Firestore is Firebase's newest database for mobile app development. MessageReceivedEventArgs … Step 1: User-Defined Type. Step 2: Set in-app default ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe this could be done only in Debug and ignored in Release ?
Danke schön