Is possible to save a CharSequence
variable into Firebase
?
Checked out: Supported Data Types, but charsequence
is not there...
I'm getting serializable problems related to this, tried: pro-guard rules, public attributes, implements serializable, etc; but I'm not able to save charsequence
into Firebase
.
Is anyone able to help me out with this?
PS: it needs to be a charsequence
, not a string!