Hi, reading the documentation it looks like the only way to add a document to a collection with a custom "coordinates" key is the GeoCollectionReference.add() method, but in my application i need to set a custom document id, and the add() method doesn't provide the option of a custom id. Now if i use a GeoDocumentReference and use the set() method i lose the ability to set a custom "coordinates" key. It would be pretty useful to add an option to set a custom id in the add() method :)
Hi, reading the documentation it looks like the only way to add a document to a collection with a custom "coordinates" key is the GeoCollectionReference.add() method, but in my application i need to set a custom document id, and the add() method doesn't provide the option of a custom id. Now if i use a GeoDocumentReference and use the set() method i lose the ability to set a custom "coordinates" key. It would be pretty useful to add an option to set a custom id in the add() method :)