Skip to content

AnonymousAuthProvider signInOptions does not work; Throw a TypeError. #183

Open
@chidexebere

Description

@chidexebere
  • Using AnonymousAuthProvider signInOptions does not work with react-firebaseui.
  • It throws the following error: Uncaught TypeError: fn(...).signInAnonymously is not a function

Below is what my uiConfig looks like.

import { auth as firebaseuiAuth } from 'firebaseui';

const uiConfig = {
  signInFlow: 'popup',
  signInOptions: [
    firebaseuiAuth.AnonymousAuthProvider.PROVIDER_ID,
  ],
};

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