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
It would be useful for us if we could reuse existing object conversion logic so we don't have to re-implement it for our project.
It looks like com.google.cloud.firestore.CustomClassMapper have all the necessary logic, but it is package-private.