alexjordi
Results
1
comments of
alexjordi
I am having an issue using the geopoint constructor. const GeoPoint = admin.firestore.GeoPoint; .... const geopoint = new GeoPoint(latitude, longitude); // Add 'g' entry to data data['g'] = { geopoint:...