PluginProbe ʕ •ᴥ•ʔ
Firebase Authentication / 1.4.2
Firebase Authentication v1.4.2
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 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
125 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.2
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 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 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
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.2 =
69 * Minor bug fixes
70 * Small UI changes
71
72 = 1.4.1 =
73 * Minor changes
74
75 = 1.4.0 =
76 * Added compatibility with WP 5.6
77 * UI changes
78 * SEO changes
79
80 = 1.3.7 =
81 * Readme changes
82
83 = 1.3.6 =
84 * Added compatibility with WP 5.5
85
86 = 1.3.5 =
87 * Some bug fixes
88
89 = 1.3.4 =
90 * Some bug fixes
91
92 = 1.3.3 =
93 * Readme changes
94
95 = 1.3.2 =
96 * UI changes
97 * Pricing Plan updates
98
99 = 1.3.1 =
100 * Bug Fixes
101
102 = 1.3.0 =
103 * Added Licensing plans
104 * Added registration
105
106 = 1.2.0 =
107 * Advertised features on UI
108 * Added Bug Fixes
109
110 = 1.1.4 =
111 * Added compatibility with WordPress 5.4
112
113 = 1.1.3 =
114 * Added step by step guide link
115
116 = 1.1.2 =
117 * Plugin deactivation form
118
119 = 1.1.1 =
120 * Configurable option to allow WP login only to Administrators
121
122 = 1.0.0 =
123 * Initial release
124
125 == Upgrade Notice ==