firebase-authentication
Last commit date
admin
6 years ago
includes
6 years ago
js
6 years ago
languages
6 years ago
public
6 years ago
views
6 years ago
LICENSE.txt
6 years ago
README.txt
6 years ago
class-contact-us.php
6 years ago
class-mo-firebase-config.php
6 years ago
firebase-authentication.php
6 years ago
index.php
6 years ago
uninstall.php
6 years ago
README.txt
64 lines
| 1 | === Firebase Authentication === |
| 2 | Contributors: cyberlord92 |
| 3 | Donate link: https://miniorange.com |
| 4 | Tags: firebase, authentication, login, sso, jwt |
| 5 | Requires at least: 3.0.1 |
| 6 | Tested up to: 5.3 |
| 7 | Stable tag: 1.1.2 |
| 8 | License: GPLv2 or later |
| 9 | License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf |
| 10 | |
| 11 | This plugin allows login into WordPress using Firebase user credentials and keep data in sync between WordPress and Firebase. |
| 12 | |
| 13 | == Description == |
| 14 | |
| 15 | This plugin allows you to login or Single Sign-On into WordPress using your Firebase user credentials. |
| 16 | Firebase authentication works using both default WordPress login page and also we support custom login pages. |
| 17 | |
| 18 | = Features = |
| 19 | * **Firebase Authentication** : WordPress login / SSO using Firebase user credentials |
| 20 | * **Auto Create Users** : After login, new user automatically gets created in WordPress |
| 21 | * **Configurable login options** : |
| 22 | Provide option to login with, |
| 23 | a) Only Firebase credentials |
| 24 | b) Only WordPress credentials |
| 25 | c) Both Firebase and WordPress credentials |
| 26 | * **Support for Authentication Methods** : Allow login with Firebase User Email and Password Authentication method to sign in into WordPress |
| 27 | * Keep data in sync between WordPress and Firebase database (Firestore) |
| 28 | |
| 29 | |
| 30 | == Installation == |
| 31 | |
| 32 | 1. Visit `Plugins > Add New` |
| 33 | 2. Search for `firebase authentication`. Find and Install `firebase authentication` plugin by miniOrange |
| 34 | 3. Activate the plugin |
| 35 | |
| 36 | == Frequently Asked Questions == |
| 37 | = I need help to configure the plugin? = |
| 38 | Please email us at <a href="mailto:info@xecurify.com" target="_blank">info@xecurify.com</a> or <a href="http://miniorange.com/contact" target="_blank">Contact us</a>. You can also submit your query from plugin's configuration page. |
| 39 | |
| 40 | = I am locked out of my account and can't login with either my WordPress credentials or Firebase credentials. What should I do? = |
| 41 | Firstly, please check if the `user you are trying to login with` exists in your WordPress. To unlock yourself, rename firebase-authentication plugin name. You will be able to login with your WordPress credentials. After logging in, rename the plugin back to firebase-authentication. If the problem persists, `activate, deactivate and again activate` the plugin. |
| 42 | |
| 43 | = For support or troubleshooting help = |
| 44 | Please email us at info@xecurify.com or <a href="https://miniorange.com/contact" target="_blank">Contact us</a>. |
| 45 | |
| 46 | == Screenshots == |
| 47 | |
| 48 | 1. Configure Firebase Authentication plugin |
| 49 | 2. Option to allow WP Administrators to login |
| 50 | 3. Result after successful Test Authentication |
| 51 | |
| 52 | == Changelog == |
| 53 | |
| 54 | = 1.1.2 = |
| 55 | * Plugin deactivation form |
| 56 | |
| 57 | = 1.1.1 = |
| 58 | * Configurable option to allow WP login only to Administrators |
| 59 | |
| 60 | = 1.0.0 = |
| 61 | * Initial release |
| 62 | |
| 63 | == Upgrade Notice == |
| 64 |