Skip to content

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

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,
  ],
};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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