I am trying to approach this feature on my app the best way possible and I am seeing so many different examples. I was wondering what some of you have done or would suggest...
My app tracks the users location every Minute and it lets them know.. I am approaching this using ngCordova's $cordovaGeoLocation plugin and all the samples I have seen have it being used as a factory and others as a service.. What would be the advantage or disadvantage?
Thank you all.