Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Fireauth – Enable Firebase Authentication

Mô tả

Fireauth is a plugin that enables Firebase authentication in WordPress. It is an open source plugin.
You can get the source from
Github: https://github.com/chaturadilan/wp_plugin_fireauth

Features

  • Facebook Authentication
  • Google Authentication

Working in Progress

  • Email Authentication

About the Developers

Chatura Dilan Perera : https://www.dilan.me

Ảnh màn hình

  • Fireauth Wordpress Plugin Configurations
  • Fireauth Login Widget

Cài đặt

  1. Upload the plugin (unzipped) into /wp-content/plugins/.
    1. Activate the plugin under the “Plugins” menu.

Please read this post for full description on how to configure the plugin written by Hirudini Udugama

https://medium.com/@hirutharu/how-to-configure-word-press-fireauth-5ef928e2f496

Steps to configure Fireauth

  1. Create Firebase App on Firebase.
  2. Enable Facebook and Google Authentication in Firebase.
  3. Create a new Web Application in Firebase.
  4. Get the Firebase SDK snippet JSON. Fii in the values.
    javascript
    {
    "apiKey": "<API_KEY>",
    "authDomain": "<AUTH_DOMAIN>",
    "progjectId": "<PROJECT_ID>",
    "messagingSenderId": "<MESSAGE_SENDER_ID>",
    "appId": "<APP_ID>"
    }
  5. Go to FireAuth Settings.
  6. Copy the above JSON to Firebase Config JSON field.
  7. Go to Fireabase service account tab.
  8. Generate a new private key for the app.
  9. Copy the JSON inside the private key to Firebase Service Config JSON field.
  10. Enable Facebook Login and Google Login in the plugin settings.
  11. Add Fireauth Login Widget to your website from Widgets.
  12. Login with Facebook and Google.

Hỏi đáp

Where to contact adding more features to this plugin

Please visit and contact the author of the plugin

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“Fireauth – Enable Firebase Authentication” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.3.3

  • Fixing bugs – setting links

1.3.2

  • Fixing bugs

1.3.0

  • Adding icons, readme changes

1.3.0

  • Releasing the first stable version of the plugin