https://supabase.com/ logo
Hi all, I have used a third party provider to log ...
# javascript
j
Hi all, I have used a third party provider to log in (@codetrix-studio/capacitor-google-auth). Is it possible to sign the user into supabase using the given response:
Copy code
json
{
    "email": "my@email.com",
    "familyName": "Surname",
    "givenName": "Firstname",
    "id": "xxxx",
    "imageUrl": "https://lh3.googleusercontent.com/a-/blahblah=s96-c",
    "name": "Full Name",
    "authentication": {
        "accessToken": "xxxx",
        "idToken": "xxxx",
        "refreshToken": ""
    },
    "serverAuthCode": "xxxx"
}
Many thanks in advance!