Arrays in v14 are now maps in v18? #7771
-
Hi there: Is it possible to modify how the call to firebase persistence is configured to maintain the v14 data structure? The code we use to persist our data structure looks like:
Example Data Structure
is persisted as
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After digging around it turns out the firebaseSDK updated from v14 to v15 to convert all nested arrays to maps. |
Beta Was this translation helpful? Give feedback.
After digging around it turns out the firebaseSDK updated from v14 to v15 to convert all nested arrays to maps.