Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

enter image description here

like image 394
user1961 Avatar asked Dec 04 '25 08:12

user1961


1 Answers

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 enter image description here

like image 122
HakanC Avatar answered Dec 07 '25 11:12

HakanC