How To Enable FirebaseUI Web (User Authentication)

This feature will help to you register, login and logout on WordPress with your Firebase Users. However, this won’t let your users login to WordPress Dashboard. If you want to sync the Users between two systems, please read the WordPress User Integration section in this guide.

Before showing the FirebaseUI Web on your WordPress, you need to enable sign-in options in Firebase > Authentication

_images/enable-sign-in-options.png

Enable SignIn Options

Since version 0.5.5, all the authentication methods will be handled through FirebaseUI-Web.

// Deprecated shortcodes
[firebase_user_register] and [firebase_login]

You need to update the Auth settings in Firebase, in order to enable this feature.

_images/firebaseui-web-settings.png

FirebaseUI Web Settings

Then you well the login feature on the frontend.

_images/firebaseui-web-frontend.png

FirebaseUI Web Frontend

You can enable the login feature by adding this shorcode a post or a page.

[firebaseui_web][/firebaseui_web]