PluginProbe ʕ •ᴥ•ʔ
Firebase Authentication / 1.4.8
Firebase Authentication v1.4.8
1.7.0 trunk 1.0.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.8 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9
firebase-authentication / README.txt
firebase-authentication Last commit date
admin 4 years ago includes 4 years ago js 4 years ago languages 4 years ago public 4 years ago views 4 years ago README.txt 4 years ago class-contact-us.php 4 years ago class-mo-firebase-config.php 4 years ago firebase-authentication.php 4 years ago index.php 4 years ago uninstall.php 4 years ago
README.txt
144 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.8
7 Stable tag: 1.4.8
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 maps Firebase user data to WordPress user profile.
12
13 == Description ==
14
15 This plugin allows you to login or Single Sign-On (SSO) into WordPress site using your Firebase user login credentials or via Social Login.
16 Firebase authentication works using default WordPress login page. Also, we support <a href="https://plugins.miniorange.com/firebase-woocommerce-integration/" target="_blank">Firebase WooCommerce Integration</a> and other third-party login pages along with custom login forms.
17
18 = Features =
19 * **Firebase Authentication** : WordPress login / SSO using Firebase user login credentials
20 * **Auto Create Users** : After login using Firebase login 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 using any registration form.
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 (Passwordless login).
29 * **Support for Sign In via Email Link (Passwordless login)** : Users will be asked to enter email address and verfication link will be sent on their email by Firebase to login into the WordPress site.
30 * **Support for Firebase Social Login** : Users will be provided an option to login in to WordPress using selected social login providers
31 Providers supported are
32 1. Google
33 2. Facebook
34 3. Github
35 4. Twitter
36 5. Apple
37 6. Yahoo
38 7. Microsoft
39 * **Support for Social Login buttons Shortcode** : Use a shortcode to place Firebase social login buttons anywhere in your Theme or Plugin
40 * **Attribute Mapping** : User attributes received from Firebase login are mapped to WordPress user profile
41 * **Custom Redirect Login and Logout URL** : Automatically Redirect users after successful login/logout.
42 * **Support for Firebase Login and Registartion form Shortcode** : Use shortcodes to place Firebase Login and Registration form anywhere in your Theme
43 * **WP Hooks for Different Events** : Provides support for different hooks for user defined functions
44 * **Firebase WooCommerce Integration** : Integrate WooCommerce with the WordPress Firebase Authentication plugin and allow users to log in to your WooCommerce site using firebase login credentials on WooCommerce Checkout and My account page.
45
46 == Installation ==
47
48 1. Visit `Plugins > Add New`
49 2. Search for `firebase authentication`. Find and Install `firebase authentication` plugin by miniOrange
50 3. Activate the plugin
51
52 == Frequently Asked Questions ==
53 = I need help to configure the plugin? =
54 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.
55
56 = I am locked out of my account and can't login with either my WordPress credentials or Firebase credentials. What should I do? =
57 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.
58
59 = For support or troubleshooting help =
60 Please email us at info@xecurify.com or <a href="https://miniorange.com/contact" target="_blank">Contact us</a>.
61
62 == Screenshots ==
63
64 1. Configure Firebase Authentication plugin
65 2. Option to allow WP Administrators to login
66 3. The result after successful Test Authentication
67
68 == Changelog ==
69
70 = 1.4.8 =
71 * Added compatibility with WP 5.8
72 * Minor UI changes
73
74 = 1.4.7 =
75 * Minor UI changes
76 * Readme changes
77
78 = 1.4.5 =
79 * Readme changes
80
81 = 1.4.4 =
82 * Added compatibility with WP 5.7
83
84 = 1.4.3 =
85 * UI changes
86
87 = 1.4.2 =
88 * Minor bug fixes
89 * Small UI changes
90
91 = 1.4.1 =
92 * Minor changes
93
94 = 1.4.0 =
95 * Added compatibility with WP 5.6
96 * UI changes
97 * SEO changes
98
99 = 1.3.7 =
100 * Readme changes
101
102 = 1.3.6 =
103 * Added compatibility with WP 5.5
104
105 = 1.3.5 =
106 * Some bug fixes
107
108 = 1.3.4 =
109 * Some bug fixes
110
111 = 1.3.3 =
112 * Readme changes
113
114 = 1.3.2 =
115 * UI changes
116 * Pricing Plan updates
117
118 = 1.3.1 =
119 * Bug Fixes
120
121 = 1.3.0 =
122 * Added Licensing plans
123 * Added registration
124
125 = 1.2.0 =
126 * Advertised features on UI
127 * Added Bug Fixes
128
129 = 1.1.4 =
130 * Added compatibility with WordPress 5.4
131
132 = 1.1.3 =
133 * Added step by step guide link
134
135 = 1.1.2 =
136 * Plugin deactivation form
137
138 = 1.1.1 =
139 * Configurable option to allow WP login only to Administrators
140
141 = 1.0.0 =
142 * Initial release
143
144 == Upgrade Notice ==