-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
hey Ari - I've got to point where both Google/Facebook auth is returning me good response payloads (per your documentation).
what im struggling with now is how can i use that payload, to then make a login request to Firebase ?
ie the payload i mention above looks like this:
{
status: "ok",
response: {
authorized: true, (boolean)
uuid: "UUID", (user UUID)
credentials: {
access_token: "access token",
refresh_token: "refresh token",
type: 1
}
}
}
Metadata
Metadata
Assignees
Labels
No labels