MikeCodesDotNET / App-Service-Helpers

Add data storage and authentication to your app in a few lines of code.
MIT License
79 stars 28 forks source link

Add "ConnectivityOptions" to allow the user to define situations when data can be pushed/pulled. #16

Closed pierceboggan closed 8 years ago

pierceboggan commented 8 years ago

Certain users may have large first-pulls when downloading the app (see Evolve app). We should add configurable options to allow users to better define the conditions for when these operations take place. For instance, I may not want push/pulls over LTE - only WiFi.

We still need to sort out exactly what this API would look like, but it's definitely something we should add.