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
Fix Android crashing when a FieldValue is initialized with an invalid DocumentReference.
Also make sure that Android doesn't crash when an array or a map used to
initialize a `FieldValue` contains invalid `FieldValue`s. Instead, store them
as nulls; it's somewhat incorrect (other platforms distinguish between null
`FieldValue`s and invalid `FieldValue`s) but preferable to crashing.
PiperOrigin-RevId: 297200951
0 commit comments