sign_in_anonymously {firebase.auth.rest}R Documentation

Sign in a user anonymously

Description

Sign in a user anonymously

Usage

sign_in_anonymously()

Details

To use sign in users anonymously, you must first enable the Anonymous sign in method in your firebase project.

Go to Firebase console and check your Sign-in providers under the Sign-in Methods tab in the Authentication service and make sure Anonymous is enabled.

Visit Firebase Auth REST API docs for more details.

Value

A named list with the following items:

Examples

## Not run: 
  user <- sign_in_anonymously()
  user

## End(Not run)

[Package firebase.auth.rest version 1.0.1 Index]