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
The FieldPath class is used in many methods of the Firestore API especially in Query, however the class is not public. I assume this is a bug because essentially all these methods requiring a FieldPath cannot be used outside of the com.google.cloud.firestore package.
The FieldPath class is used in many methods of the Firestore API especially in Query, however the class is not public. I assume this is a bug because essentially all these methods requiring a FieldPath cannot be used outside of the com.google.cloud.firestore package.