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