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

Disable Sign Up config option for Internal Apps/Services? #136

Open
hiyajio opened this issue Apr 5, 2021 · 2 comments
Open

Disable Sign Up config option for Internal Apps/Services? #136

hiyajio opened this issue Apr 5, 2021 · 2 comments

Comments

@hiyajio
Copy link

hiyajio commented Apr 5, 2021

I was wondering if/when this project will include the disable sign up config from v4.8.0 of firebaseui-web for configuring the email provider?

I feel like this would be a necessary option to have for this project as it is needed for internal web services and would love to be able to tap into this feature while keeping it all in react.

@Nikola-Milovic
Copy link

Any updates on this? Have the same use-case

@Nikola-Milovic
Copy link

@saejhi , Idk if its helpful, just add the option like normal and it works. Looked through the code and it just passes the config to the firebase-ui so all of the options are the same

   signInOptions: [
        {
            provider: firebase.auth.EmailAuthProvider.PROVIDER_ID,
            requireDisplayName: false,
            disableSignUp: { status: true, adminEmail: "" },
        },
    ],

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

2 participants