Skip to content

using response with Firebase #14

@ajonno

Description

@ajonno

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions