Idemtree / cordova-plugin-google-sheets

GNU General Public License v2.0
1 stars 1 forks source link

This turns the authentication into a background operation #24

Closed kvaldivia closed 6 years ago

kvaldivia commented 6 years ago

Authentication has been in the GoogleSheets class for proof of concept before, this functionality does not belong there. It resides in the new AccountOperations object and is basically a Runnable now, this should help in keeping 'operation scopes' more tight for each operation.

This closes SumaqIdeas/cordova-plugin-google-sheets#22