GithubHelp home page GithubHelp logo

capi1o / firebaseui-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from firebase/firebaseui-web

0.0 1.0 0.0 6.54 MB

FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.

Home Page: https://firebase.google.com/

License: Apache License 2.0

HTML 4.58% Python 0.28% Shell 0.60% JavaScript 93.19% CSS 1.24% Dockerfile 0.03% Handlebars 0.03% SCSS 0.05%

firebaseui-web's Introduction

This is a fork of firebaseui which prevents self account creation when using email/password signin method.

fix was found by @sperochon firebase#99 (comment) :

3b) Open the file javascript/widgets/handler/common.js and replace the content of first 'if' of function 'firebaseui.auth.widget.handler.common.handleSignInStart' with :

if (firebaseui.auth.widget.handler.common.isPasswordProviderOnly(app)) {
    firebaseui.auth.widget.handler.handle(
        firebaseui.auth.widget.HandlerName.PASSWORD_SIGN_IN,
        app,
        container,
        opt_email,
        opt_infoBarMessage);
} else ...

firebaseui-web's People

Contributors

wti806 avatar firebase-ops avatar bojeil-google avatar channing-google avatar google-oss-bot avatar prakhar1989 avatar tmsch avatar nicolasgarnier avatar xil222 avatar shiatsumat avatar samtstern avatar ajmeese7 avatar andreasricci avatar dependabot[bot] avatar sophieheb avatar simonness avatar oliverpool avatar hanslivingstone avatar willem-h avatar tarikhuber avatar romanalexander avatar raphaeljenni avatar t0rr3sp3dr0 avatar pedrocatre avatar n0mer avatar morganchen12 avatar kristjin avatar luudjanssen avatar mesqueeb avatar 75lb avatar

Watchers

James Cloos avatar

firebaseui-web's Issues

disable self user account creation

solution proposed by @sperochon firebase#99 (comment) :

3b) Open the file javascript/widgets/handler/common.js and replace the content of first 'if' of function 'firebaseui.auth.widget.handler.common.handleSignInStart' with :

if (firebaseui.auth.widget.handler.common.isPasswordProviderOnly(app)) {
    firebaseui.auth.widget.handler.handle(
        firebaseui.auth.widget.HandlerName.PASSWORD_SIGN_IN,
        app,
        container,
        opt_email,
        opt_infoBarMessage);
} else ...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.