firebase-authentication
Last commit date
admin
5 years ago
includes
5 years ago
js
5 years ago
languages
5 years ago
public
5 years ago
views
5 years ago
README.txt
5 years ago
class-contact-us.php
5 years ago
class-mo-firebase-config.php
5 years ago
firebase-authentication.php
5 years ago
index.php
5 years ago
uninstall.php
5 years ago
README.txt
119 lines
| 1 | === Firebase Authentication === |
| 2 | Contributors: cyberlord92 |
| 3 | Donate link: https://miniorange.com |
| 4 | Tags: firebase, authentication, login, sso, jwt, social login, OTP verification, firebase otp, woocommerce, woocommerce integration |
| 5 | Requires at least: 3.0.1 |
| 6 | Tested up to: 5.6 |
| 7 | Stable tag: 1.4.0 |
| 8 | License: MIT/Expat |
| 9 | License URI: https://docs.miniorange.com/mit-license |
| 10 | |
| 11 | This plugin allows login into WordPress using Firebase user credentials and keeps data in sync between WordPress and Firebase. |
| 12 | |
| 13 | == Description == |
| 14 | |
| 15 | This plugin allows you to login or Single Sign-On into WordPress site using your Firebase user credentials or via Social Login. |
| 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 using Firebase credentials, 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 | * **Auto Sync Users** : New users will be created in Firebase when they register on a WordPress site. |
| 27 | * **Login/Registration Form Integration** : Integration with any Third Party and Custom Login/Registration Form to allow Firebase Login/Registration via different hooks provided in the plugin |
| 28 | * **Support for Firebase Phone Authentication method** : Users will be asked to enter OTP provided via Firebase to login into WordPress |
| 29 | * **Support for Firebase Social Login** : Users will be provided an option to login in to WordPress using selected social login providers |
| 30 | Providers supported are |
| 31 | 1. Google |
| 32 | 2. Facebook |
| 33 | 3. Github |
| 34 | 4. Twitter |
| 35 | 5. Apple |
| 36 | 6. Yahoo |
| 37 | 7. Microsoft |
| 38 | * **Support for Social Login buttons Shortcode** : Use a shortcode to place Firebase social login buttons anywhere in your Theme or Plugin |
| 39 | * **Attribute Mapping** : User attributes received from Firebase are mapped to WordPress user profile |
| 40 | * **Custom Redirect Login and Logout URL** : Automatically Redirect users after successful login/logout. |
| 41 | * **Support for Firebase Login and Registartion form Shortcode** : Use shortcodes to place Firebase Login and Registration form anywhere in your Theme |
| 42 | * **WP Hooks for Different Events** : Provides support for different hooks for user defined functions |
| 43 | |
| 44 | == Installation == |
| 45 | |
| 46 | 1. Visit `Plugins > Add New` |
| 47 | 2. Search for `firebase authentication`. Find and Install `firebase authentication` plugin by miniOrange |
| 48 | 3. Activate the plugin |
| 49 | |
| 50 | == Frequently Asked Questions == |
| 51 | = I need help to configure the plugin? = |
| 52 | 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. |
| 53 | |
| 54 | = I am locked out of my account and can't login with either my WordPress credentials or Firebase credentials. What should I do? = |
| 55 | Firstly, please check if the `user you are trying to login with` exists in your WordPress. To unlock yourself, rename the 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. |
| 56 | |
| 57 | = For support or troubleshooting help = |
| 58 | Please email us at info@xecurify.com or <a href="https://miniorange.com/contact" target="_blank">Contact us</a>. |
| 59 | |
| 60 | == Screenshots == |
| 61 | |
| 62 | 1. Configure Firebase Authentication plugin |
| 63 | 2. Option to allow WP Administrators to login |
| 64 | 3. The result after successful Test Authentication |
| 65 | |
| 66 | == Changelog == |
| 67 | |
| 68 | = 1.4.0 = |
| 69 | * Added compatibility with WP 5.6 |
| 70 | * UI changes |
| 71 | * SEO changes |
| 72 | |
| 73 | = 1.3.7 = |
| 74 | * Readme changes |
| 75 | |
| 76 | = 1.3.6 = |
| 77 | * Added compatibility with WP 5.5 |
| 78 | |
| 79 | = 1.3.5 = |
| 80 | * Some bug fixes |
| 81 | |
| 82 | = 1.3.4 = |
| 83 | * Some bug fixes |
| 84 | |
| 85 | = 1.3.3 = |
| 86 | * Readme changes |
| 87 | |
| 88 | = 1.3.2 = |
| 89 | * UI changes |
| 90 | * Pricing Plan updates |
| 91 | |
| 92 | = 1.3.1 = |
| 93 | * Bug Fixes |
| 94 | |
| 95 | = 1.3.0 = |
| 96 | * Added Licensing plans |
| 97 | * Added registration |
| 98 | |
| 99 | = 1.2.0 = |
| 100 | * Advertised features on UI |
| 101 | * Added Bug Fixes |
| 102 | |
| 103 | = 1.1.4 = |
| 104 | * Added compatibility with WordPress 5.4 |
| 105 | |
| 106 | = 1.1.3 = |
| 107 | * Added step by step guide link |
| 108 | |
| 109 | = 1.1.2 = |
| 110 | * Plugin deactivation form |
| 111 | |
| 112 | = 1.1.1 = |
| 113 | * Configurable option to allow WP login only to Administrators |
| 114 | |
| 115 | = 1.0.0 = |
| 116 | * Initial release |
| 117 | |
| 118 | == Upgrade Notice == |
| 119 |