exchange_custom_token {firebase.auth.rest}R Documentation

Exchange custom token for an ID and refresh token

Description

Exchanges a custom Auth token for an ID and refresh token

Usage

exchange_custom_token(token)

Arguments

token

String. A Firebase Auth custom token from which to create an ID and refresh token pair

Details

Visit Firebase Auth REST API docs for more details

Value

A named list with the following items:

Examples

## Not run: 
  exchange_custom_token(token = "your-firebase-auth-custom-token")

## End(Not run)

[Package firebase.auth.rest version 1.0.0 Index]