PluginProbe ʕ •ᴥ•ʔ
Firebase Authentication / 1.7.0
Firebase Authentication v1.7.0
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 1 day ago includes 1 day ago languages 1 day ago public 1 day ago views 1 day ago README.txt 1 day ago class-mo-firebase-config.php 1 day ago class-mo-firebase-contact-us.php 1 day ago firebase-authentication.php 1 day ago index.php 1 day ago uninstall.php 1 day ago
README.txt
384 lines
1 === Firebase Authentication ===
2 Contributors: cyberlord92
3 Tags: firebase, authentication, login, jwt, woocommerce integration
4 Requires at least: 4.6
5 Tested up to: 7.0
6 Requires PHP: 7.0
7 Stable tag: 1.7.0
8 License: Expat
9 License URI: https://plugins.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 **WordPress Firebase Authentication Plugin** allows you to login to WordPress sites using your Firebase user login credentials or via Social Login.
16 <a href="https://plugins.miniorange.com/wordpress-firebase-authentication/" target="_blank">WordPress Firebase Authentication</a> works using the default WordPress login page. 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 * **<a href="https://plugins.miniorange.com/login-into-wordpress-using-firebase-authentication/" target="_blank">WordPress Firebase Authentication</a>** : WordPress login using Firebase authentication user login credentials
20 * **Auto Create Users** : After login using Firebase login credentials, new user automatically gets created in WordPress
21
22 * **<a href="https://plugins.miniorange.com/firebase-premium-and-enterprise-plugin-features/" target="_blank">Configurable login options</a>** :
23 Provide option to login with,
24 a) Only Firebase credentials
25 b) Only WordPress credentials
26 c) Both Firebase and WordPress credentials
27 * **Auto Register WooCommerce Users to Firebase** : Provide an option to sync a WordPress user to Firebase whenever an end-user registers into the WordPress site via the WooCommerce registration form. User is created in Firebase with only an email address and password.
28
29 * **Support for Firebase Phone Authentication method** : Users will be asked to enter OTP provided via Firebase to login into WordPress (Passwordless login). This works for WooCommerce as well.
30 * **<a href="https://plugins.miniorange.com/firebase-social-login-integration-for-wordpress" target="_blank">Support for Firebase Social Login</a>** : With Firebase authentication, users will be provided an option to login in to WordPress using selected social login providers
31 Providers supported are:
32 1. <a href="https://plugins.miniorange.com/login-with-google-using-firebase-authentication" target="_blank">Google</a>
33 2. <a href="https://plugins.miniorange.com/login-with-facebook-using-firebase-authentication" target="_blank">Facebook</a>
34 3. <a href="https://plugins.miniorange.com/login-with-apple-using-firebase-authentication" target="_blank">Apple</a>
35 4. Twitter
36 5. Github
37 6. Yahoo
38 7. Microsoft
39
40 * **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.
41 * **<a href="https://plugins.miniorange.com/woocommerce-cloud-firestore-integration" target="_blank">WordPress Firestore Integration</a>**: Sync WordPress User Meta to Cloud Firestore Collections, WooCommerce products, orders, subscription sync to Firebase database.
42 * **Support for Social Login buttons Shortcode** : Use a shortcode to place Firebase social login buttons anywhere in your Theme or Plugin
43
44 * **Sync Firebase UID to WordPress** : Users can map email, Firebase user-id to their WordPress user profile using this WordPress Firebase Authentication feature.
45 * **Custom Redirect Login and Logout URL** : Automatically Redirect users after successful login/logout. This works for WooCommerce as well.
46
47 * **Support for Firebase Login and Registration form Shortcode** : Using login form shortcode, users can enter their Firebase credentials to login into the WP site, and using the registration form shortcode, users can register into the WordPress site, and that user is also auto created in Firebase with an email address and password.
48 * **WP Hooks for Different Events** : WordPress Firebase authentication provides support for different hooks for user defined functions.
49
50 *   **WordPress login with Firebase JWT**: WordPress login with Firebase JWT allows you to create a user login session on a WordPress site using their Firebase JWT token, eliminating the need to enter their login credentials again. This is highly recommended when there are multiple websites/applications and the user is already logged in to any of them.
51
52 == Installation ==
53
54 1. Visit `Plugins > Add New`
55 2. Search for `firebase authentication`. Find and Install `Firebase Authentication` plugin by miniOrange
56 3. Activate the plugin
57
58 == Frequently Asked Questions ==
59 = I need help to configure the plugin? =
60 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 the plugin's configuration page.
61
62 = I am locked out of my account and can't login with either my WordPress credentials or Firebase credentials. What should I do? =
63 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.
64
65 = For support or troubleshooting help =
66 Please email us at info@xecurify.com or <a href="https://miniorange.com/contact" target="_blank">Contact us</a>.
67
68 == Screenshots ==
69
70 1. Configure Firebase Authentication plugin
71 2. Option to allow WP Administrators to login
72 3. The result after successful Test Authentication
73
74 == Changelog ==
75 = 1.7.0 =
76 * Security fixes.
77 * Improved Firebase login validation.
78 * Enhanced account linking security.
79
80 = 1.6.9 =
81 * Added compatibility with WP 7.0
82 * Security fixes
83
84 = 1.6.8 =
85 * Added compatibility with WP 6.8
86 * URL migration
87
88 = 1.6.7 =
89 * UI Improvements
90 * Added compatibility with WP 6.7
91
92 = 1.6.6 =
93 * UI Improvements
94 * Added support of sandbox portal for demo of premium plugins.
95 * Fixed the login issues with firebase
96 * Added compatibility with WP 6.5
97
98 = 1.6.5 =
99 * License portal update
100
101 = 1.6.4 =
102 * UI Improvements
103 * Added compatibility with WP 6.3
104
105 = 1.6.3 =
106 * UI Improvements
107 * Added FAQ and feature documentation links
108
109 = 1.6.2 =
110 * Added compatibility with WP 6.2
111 * Automatic demo setup support for Firestore Integration
112
113 = 1.6.1 =
114 * Minor Bug fixes
115
116 = 1.6.0 =
117 * Security fixes
118 * Minor UI changes
119
120 = 1.5.9 =
121 * Added compatibility with WP 6.1
122 * UI changes
123
124 = 1.5.8 =
125 * Added support for automatic demo setup
126
127 = 1.5.7 =
128 * Advertised Role Mapping feature
129 * Minor readme changes
130
131 = 1.5.6 =
132 * Added compatibility with WP 6.0
133 * Added Security Fixes
134
135 = 1.5.5 =
136 * Added documentation and setup guide links
137
138 = 1.5.4 =
139 * Added compatibility with WP 5.9
140 * UI changes and minor bug fixes
141
142 = 1.5.3 =
143 * Added functionality for requesting the demo
144
145 = 1.5.2 =
146 * Readme changes
147 * Minor updates in pricing plans
148
149 = 1.5.1 =
150 * Minor Security Fixes
151
152 = 1.5.0 =
153 * Improvements in the flow of wp-login with firebase credentials
154 * Minor UI changes
155
156 = 1.4.8 =
157 * Added compatibility with WP 5.8
158 * Minor UI changes
159
160 = 1.4.7 =
161 * Minor UI changes
162 * Readme changes
163
164 = 1.4.5 =
165 * Readme changes
166
167 = 1.4.4 =
168 * Added compatibility with WP 5.7
169
170 = 1.4.3 =
171 * UI changes
172
173 = 1.4.2 =
174 * Minor bug fixes
175 * Small UI changes
176
177 = 1.4.1 =
178 * Minor changes
179
180 = 1.4.0 =
181 * Added compatibility with WP 5.6
182 * UI changes
183 * SEO changes
184
185 = 1.3.7 =
186 * Readme changes
187
188 = 1.3.6 =
189 * Added compatibility with WP 5.5
190
191 = 1.3.5 =
192 * Some bug fixes
193
194 = 1.3.4 =
195 * Some bug fixes
196
197 = 1.3.3 =
198 * Readme changes
199
200 = 1.3.2 =
201 * UI changes
202 * Pricing Plan updates
203
204 = 1.3.1 =
205 * Bug Fixes
206
207 = 1.3.0 =
208 * Added Licensing plans
209 * Added registration
210
211 = 1.2.0 =
212 * Advertised features on UI
213 * Added Bug Fixes
214
215 = 1.1.4 =
216 * Added compatibility with WordPress 5.4
217
218 = 1.1.3 =
219 * Added step by step guide link
220
221 = 1.1.2 =
222 * Plugin deactivation form
223
224 = 1.1.1 =
225 * Configurable option to allow WP login only to Administrators
226
227 = 1.0.0 =
228 * Initial release
229
230 == Upgrade Notice ==
231 = 1.7.0 =
232 * Security fixes.
233 * Improved Firebase login validation.
234 * Enhanced account linking security.
235
236 = 1.6.9 =
237 * Added compatibility with WP 7.0
238 * Security fixes
239
240 = 1.6.8 =
241 * Added compatibility with WP 6.8
242 * URL migration
243
244 = 1.6.7 =
245 * UI Improvements
246 * Added compatibility with WP 6.7
247
248 = 1.6.6 =
249 * UI Improvements
250 * Added support of sandbox portal for demo of premium plugins.
251 * Fixed the login issues with firebase
252 * Added compatibility with WP 6.5
253
254 = 1.6.5 =
255 * License portal update
256
257 = 1.6.4 =
258 * UI Improvements
259 * Added compatibility with WP 6.3
260
261 = 1.6.3 =
262 * UI Improvements
263 * Added FAQ and feature documentation links
264
265 = 1.6.2 =
266 * Added compatibility with WP 6.2
267 * Automatic demo setup support for Firestore Integration
268
269 = 1.6.1 =
270 * Minor Bug fixes
271
272 = 1.6.0 =
273 * Security fixes
274 * Minor UI changes
275
276 = 1.5.9 =
277 * Added compatibility with WP 6.1
278 * UI changes
279
280 = 1.5.8 =
281 * Added support for automatic demo setup
282
283 = 1.5.7 =
284 * Advertised Role Mapping feature
285 * Minor readme changes
286
287 = 1.5.6 =
288 * Added compatibility with WP 6.0
289 * Added Security Fixes
290
291 = 1.5.5 =
292 * Added documentation and setup guide links
293
294 = 1.5.4 =
295 * Added compatibility with WP 5.9
296 * UI changes and minor bug fixes
297
298 = 1.5.3 =
299 * Added functionality for requesting the demo
300
301 = 1.5.2 =
302 * Readme changes
303 * Minor updates in pricing plans
304
305 = 1.5.1 =
306 * Minor Security Fixes
307
308 = 1.5.0 =
309 * Improvements in the flow of wp-login with firebase credentials
310 * Minor UI changes
311
312 = 1.4.8 =
313 * Added compatibility with WP 5.8
314 * Minor UI changes
315
316 = 1.4.7 =
317 * Minor UI changes
318 * Readme changes
319
320 = 1.4.5 =
321 * Readme changes
322
323 = 1.4.4 =
324 * Added compatibility with WP 5.7
325
326 = 1.4.3 =
327 * UI changes
328
329 = 1.4.2 =
330 * Minor bug fixes
331 * Small UI changes
332
333 = 1.4.1 =
334 * Minor changes
335
336 = 1.4.0 =
337 * Added compatibility with WP 5.6
338 * UI changes
339 * SEO changes
340
341 = 1.3.7 =
342 * Readme changes
343
344 = 1.3.6 =
345 * Added compatibility with WP 5.5
346
347 = 1.3.5 =
348 * Some bug fixes
349
350 = 1.3.4 =
351 * Some bug fixes
352
353 = 1.3.3 =
354 * Readme changes
355
356 = 1.3.2 =
357 * UI changes
358 * Pricing Plan updates
359
360 = 1.3.1 =
361 * Bug Fixes
362
363 = 1.3.0 =
364 * Added Licensing plans
365 * Added registration
366
367 = 1.2.0 =
368 * Advertised features on UI
369 * Added Bug Fixes
370
371 = 1.1.4 =
372 * Added compatibility with WordPress 5.4
373
374 = 1.1.3 =
375 * Added step by step guide link
376
377 = 1.1.2 =
378 * Plugin deactivation form
379
380 = 1.1.1 =
381 * Configurable option to allow WP login only to Administrators
382
383 = 1.0.0 =
384 * Initial release