HOW TO LEARN SEO ONLINE

Enter your email address:

Delivered by FeedBurner

status Skip to content Search or jump to… Pull requests Issues Marketplace Explore @ayaanali110 Learn Git and GitHub without any code! Using the Hello World guide, you’ll start a branch, write comments, and open a pull request. firebase / firebaseui-web 201 3.4k876 Code Issues 124 Pull requests 9 Actions Projects Wiki Security Insights You’re making changes in a project you don’t have write access to. We’ve created a fork of this project for you to commit your proposed changes to. Submitting a change will write it to a new branch in your fork, so you can send a pull request. firebaseui-web / README.md in firebase:master Spaces 2 Soft wrap 24 FirebaseUI fully supports all recent browsers. Signing in with federated 25 providers (Google, Facebook, Twitter, GitHub, Apple, Microsoft, Yahoo, OIDC, 26 SAML) is also supported in Cordova/Ionic environments. Additional non-browser 27 environments(React Native...) or Chrome extensions will be added once the 28 underlying Firebase core SDK supports them in a way that is compatible with 29 FirebaseUI. 30 ​ 31 ## Table of Contents 32 ​ 33 1. [Demo](#demo) 34 2. [Installation](#installation) 35 3. [Usage instructions](#using-firebaseui-for-authentication) 36 4. [Configuration](#configuration) 37 5. [Customization](#customizing-firebaseui-for-authentication) 38 6. [Advanced](#advanced) 39 7. [Developer Setup](#developer-setup) 40 8. [IAP External Identities Support with FirebaseUI](#iap-external-identities-support-with-firebaseui) 41 9. [Cordova Setup](#cordova-setup) 42 10. [React DOM Setup](#react-dom-setup) 43 11. [Angular Setup](#angular-setup) 44 12. [Known issues](#known-issues) 45 13. [Deprecated APIs](#deprecated-apis) 46 14. [Release Notes](#release-notes) 47 ​ 48 ## Demo 49 ​ 50 Accessible here: 51 [https://fir-ui-demo-84a6c.firebaseapp.com](https://fir-ui-demo-84a6c.firebaseapp.com). 52 ​ 53

54 55

56 ​ 57 ## Installation 58 ​ 59 ### Option 1: CDN 60 ​ 61 You just need to include the following script and CSS file in the `` tag 62 of your page, below the initialization snippet from the Firebase Console: 63 ​ 64 ```html 65 66 67 ``` 68 ​ 69 #### Localized Widget 70 ​ 71 Localized versions of the widget are available through the CDN. To use a 72 localized widget, load the localized JS library instead of the default library: 73 ​ 74 ```html 75 76 77 ``` 78 ​ 79 where `{LANGUAGE_CODE}` is replaced by the code of the language you want. For example, the French No file chosen Attach files by dragging & dropping, selecting or pasting them. @ayaanali110 Propose changes Commit summary Create README.md Optional extended description Add an optional extended description… © 2021 GitHub, Inc. Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About

Comments