Skip to content

chaturadilan/wp_plugin_fireauth

Repository files navigation

#FireAuth Wordpress Plugin

Fireauth is a plugin that enables Firebase authentication in Wordpress

Description

Fireauth is a plugin that enables Firebase authentication in Wordpress. It is an open source plugin.

Features

  • Facebook Authentication
  • Google Authentication

Working in Progress

  • Email Authentication

About the Developers

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

###Installation

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

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.
{
    "apiKey": "<API_KEY>",
    "authDomain": "<AUTH_DOMAIN>",
    "progjectId": "<PROJECT_ID>",
    "messagingSenderId": "<MESSAGE_SENDER_ID>",
    "appId": "<APP_ID>"
  }
  1. Go to FireAuth Settings.
  2. Copy the above JSON to Firebase Config JSON field.
  3. Go to Fireabase service account tab.
  4. Generate a new private key for the app.
  5. Copy the JSON inside the private key to Firebase Service Config JSON field.
  6. Enable Facebook Login and Google Login in the plugin settings.
  7. Add Fireauth Login Widget to your website from Widgets.
  8. Login with Facebook and Google.

About

FireAuth: Wordpress Firebase Auth Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published