Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chidexebere opened this issue Oct 28, 2022 · 0 comments
Open

Comments

@chidexebere
Copy link

  • 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,
  ],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant