joscmw95 / geo_firestore

GeoFirestore for Flutter to do location based queries with Firestore
MIT License
10 stars 8 forks source link

removeLocation() has too many arguments #5

Open nortonlam opened 4 years ago

nortonlam commented 4 years ago

The documentation says that removeLocation() only needs a 'documentID' parameter. However, the actual code requires a second parameter of 'location'. Looking at the code, it doesn't appear the 'location' parameter is being used. Could it be removed to match the documentation?