Hello,
I followed the tutorial on the Ionic Cloud website and I was able to authenticate successfully using the Google (Native plugin). However the information returned from the GoogleAuth in the IonicCloud library is:
{"token":"JWT_TOKEN_3_PARTS","signup":false}
In order for me to authenticate with firebase 3 using signInWithCredential, I need an access token. I can’t use the “token” for that.
Any idea how to exchange the token received from the IonicCloud - Auth for an access token? Or simply how to get an access token that I can use with Firebase 3?
Just a note: Plugins that use in-app-browser are going to be deprecated in April and won’t be a good solution.
Thank you lots !