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's not supported yet, and I never worked with it, but I think it's worth adding. Please let me know if anyone has a use case or idea of how to make it nice.
The
admin.firestore.GeoPoint
class is returned for thegeopoint
type.The
wrapData
function converts it to a plain object. e.g{ _latitude: -1.323, _longitude: 23.5342 }
.I would at least prefer to see
{ latitude: -1.323, longitude: 23.5342 }
. Though having access to the GeoPoint class as intended would also be nice.Something like the following will be part of the change required:
How should typesaurus handle this type?
The text was updated successfully, but these errors were encountered: