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
I declared variable as camel-case in model. But I have to save using underscore to firestore.
I found encoding or decoding for value but couldn't change for key. I try to change _properties but it's private variable.
How about support decodeKey, encodeKey ?
Relevant Code:
// TODO(you): code here to reproduce the problem
The text was updated successfully, but these errors were encountered:
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
I declared variable as camel-case in model. But I have to save using underscore to firestore.
I found encoding or decoding for value but couldn't change for key. I try to change
_properties
but it's private variable.How about support
decodeKey
,encodeKey
?Relevant Code:
The text was updated successfully, but these errors were encountered: