PluginProbe ʕ •ᴥ•ʔ
Firebase Authentication / 1.6.4
Firebase Authentication v1.6.4
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 2 years ago includes 2 years ago languages 2 years ago public 2 years ago views 2 years ago README.txt 2 years ago class-mo-firebase-config.php 2 years ago class-mo-firebase-contact-us.php 2 years ago firebase-authentication.php 2 years ago index.php 2 years ago uninstall.php 2 years ago
README.txt
208 lines
1 === Firebase Authentication ===
2 Contributors: cyberlord92
3 Tags: firebase, jwt, woocommerce integration, authentication, login, firestore, firebase woocommerce integration, firebase integration, firebase authentication,WordPress firebase
4 Requires at least: 3.0.1
5 Tested up to: 6.3
6 Requires PHP: 7.0
7 Stable tag: 1.6.4
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 **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.6.4 =
76 * UI Improvements
77 * Added compatibility with WP 6.3
78
79 = 1.6.3 =
80 * UI Improvements
81 * Added FAQ and feature documentation links
82
83 = 1.6.2 =
84 * Added compatibility with WP 6.2
85 * Automatic demo setup support for Firestore Integration
86
87 = 1.6.1 =
88 * Minor Bug fixes
89
90 = 1.6.0 =
91 * Security fixes
92 * Minor UI changes
93
94 = 1.5.9 =
95 * Added compatibility with WP 6.1
96 * UI changes
97
98 = 1.5.8 =
99 * Added support for automatic demo setup
100
101 = 1.5.7 =
102 * Advertised Role Mapping feature
103 * Minor readme changes
104
105 = 1.5.6 =
106 * Added compatibility with WP 6.0
107 * Added Security Fixes
108
109 = 1.5.5 =
110 * Added documentation and setup guide links
111
112 = 1.5.4 =
113 * Added compatibility with WP 5.9
114 * UI changes and minor bug fixes
115
116 = 1.5.3 =
117 * Added functionality for requesting the demo
118
119 = 1.5.2 =
120 * Readme changes
121 * Minor updates in pricing plans
122
123 = 1.5.1 =
124 * Minor Security Fixes
125
126 = 1.5.0 =
127 * Improvements in the flow of wp-login with firebase credentials
128 * Minor UI changes
129
130 = 1.4.8 =
131 * Added compatibility with WP 5.8
132 * Minor UI changes
133
134 = 1.4.7 =
135 * Minor UI changes
136 * Readme changes
137
138 = 1.4.5 =
139 * Readme changes
140
141 = 1.4.4 =
142 * Added compatibility with WP 5.7
143
144 = 1.4.3 =
145 * UI changes
146
147 = 1.4.2 =
148 * Minor bug fixes
149 * Small UI changes
150
151 = 1.4.1 =
152 * Minor changes
153
154 = 1.4.0 =
155 * Added compatibility with WP 5.6
156 * UI changes
157 * SEO changes
158
159 = 1.3.7 =
160 * Readme changes
161
162 = 1.3.6 =
163 * Added compatibility with WP 5.5
164
165 = 1.3.5 =
166 * Some bug fixes
167
168 = 1.3.4 =
169 * Some bug fixes
170
171 = 1.3.3 =
172 * Readme changes
173
174 = 1.3.2 =
175 * UI changes
176 * Pricing Plan updates
177
178 = 1.3.1 =
179 * Bug Fixes
180
181 = 1.3.0 =
182 * Added Licensing plans
183 * Added registration
184
185 = 1.2.0 =
186 * Advertised features on UI
187 * Added Bug Fixes
188
189 = 1.1.4 =
190 * Added compatibility with WordPress 5.4
191
192 = 1.1.3 =
193 * Added step by step guide link
194
195 = 1.1.2 =
196 * Plugin deactivation form
197
198 = 1.1.1 =
199 * Configurable option to allow WP login only to Administrators
200
201 = 1.0.0 =
202 * Initial release
203
204 == Upgrade Notice ==
205
206 = 1.0.0 =
207 * Initial release
208