Ad
Can I Change The "First And Last Name" Field Label In Firebase UI Javascript Library?
I want to change this field label from "First and last name" to "Display Name". The documentation implies it's not possible but maybe I missed something. https://github.com/firebase/firebaseui-web#customizing-firebaseui-for-authentication
If I can't change it I'll just remove it altogether via
requireDisplayName: false
Ad
Answer
If you are including firebaseui.js
from your local server NOT CDN
server (ie. <script src="./dist/firebaseui.js"></script>
) than you may edit the local js file
Ad
source: stackoverflow.com
Related Questions
- → How can I query Firebase for an equalTo boolean parameter?
- → How can I access nested data in Firebase with React?
- → Firebase simple blog (confused with security rules)
- → Removing item in Firebase with React, re-render returns item undefined
- → AngularJS Unknown Provider Error (Firebase & AngularFire)
- → How do you pass top level component state down to Routes using react-router?
- → "this" is null in firebase query function in reactjs
- → Angular Module Failed to Load
- → Multiple dex files define Lcom/google/android/gms/internal/zzrx;
- → Joining Firebase tables in React
- → How can I make add firepad to my reactjs project?
- → How to use Cloud Functions for Firebase to prerender pages for SEO?
- → React.js component has null state?
Ad