combined property
A portable string: ivBase64:ciphertextBase64.
This is what you store in Firestore.
{ "password": "ivBase64==:ciphertextBase64==" }
Implementation
final String combined;
A portable string: ivBase64:ciphertextBase64.
This is what you store in Firestore.
{ "password": "ivBase64==:ciphertextBase64==" }
final String combined;