Maté
Maté
I can confirm it works for me fine in `nuxt start`. I reload live website and I am still authenticated
Here's the full code, maybe someone will find it useful ``` Send $( document ).ready(function() { var $uploadCrop; function readFile(input) { if (input.files && input.files[0]) { var reader = new...
I have the same problem
I've been investigating this and I it is calling the register function, it is also getting the token from google, but it is not passing that to cordova plugin handler...