PluginProbe ʕ •ᴥ•ʔ
Firebase Authentication / 1.6.1
Firebase Authentication v1.6.1
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 3 years ago includes 3 years ago languages 3 years ago public 3 years ago views 3 years ago README.txt 3 years ago class-mo-firebase-config.php 3 years ago class-mo-firebase-contact-us.php 3 years ago firebase-authentication.php 3 years ago index.php 3 years ago uninstall.php 3 years ago
README.txt
189 lines
1 === Firebase Authentication ===
2 Contributors: cyberlord92
3 Tags: firebase, woocommerce integration, jwt, authentication, login, firebase woocommerce integration, woocommerce login, firebase otp, firebase integration, firebase authentication
4 Requires at least: 3.0.1
5 Tested up to: 6.1
6 Requires PHP: 7.0
7 Stable tag: 1.6.1
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 Firebase authentication plugin allows you to login or Single Sign-On (SSO) into WordPress sites using your Firebase user login credentials or via Social Login.
16 Firebase authentication works using the 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 authentication 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 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.
27 * **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.
28 * **Support for Firebase Social Login** : With Firebase authentication, users will be provided an option to login in to WordPress using selected social login providers
29 Providers supported are
30 1. Google
31 2. Facebook
32 3. Github
33 4. Twitter
34 5. Apple
35 6. Yahoo
36 7. Microsoft
37 * **Support for Social Login buttons Shortcode** : Use a shortcode to place Firebase social login buttons anywhere in your Theme or Plugin
38 * **Sync Firebase UID to WordPress** : Users can map email, Firebase user-id to their WordPress user profile using this WordPress Firebase Authentication feature.
39 * **Custom Redirect Login and Logout URL** : Automatically Redirect users after successful login/logout. This works for WooCommerce as well.
40 * **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.
41 * **WP Hooks for Different Events** : Firebase authentication provides support for different hooks for user defined functions.
42 * **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.
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 the 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.6.1 =
69 * Minor Bug fixes
70
71 = 1.6.0 =
72 * Security fixes
73 * Minor UI changes
74
75 = 1.5.9 =
76 * Added compatibility with WP 6.1
77 * UI changes
78
79 = 1.5.8 =
80 * Added support for automatic demo setup
81
82 = 1.5.7 =
83 * Advertised Role Mapping feature
84 * Minor readme changes
85
86 = 1.5.6 =
87 * Added compatibility with WP 6.0
88 * Added Security Fixes
89
90 = 1.5.5 =
91 * Added documentation and setup guide links
92
93 = 1.5.4 =
94 * Added compatibility with WP 5.9
95 * UI changes and minor bug fixes
96
97 = 1.5.3 =
98 * Added functionality for requesting the demo
99
100 = 1.5.2 =
101 * Readme changes
102 * Minor updates in pricing plans
103
104 = 1.5.1 =
105 * Minor Security Fixes
106
107 = 1.5.0 =
108 * Improvements in the flow of wp-login with firebase credentials
109 * Minor UI changes
110
111 = 1.4.8 =
112 * Added compatibility with WP 5.8
113 * Minor UI changes
114
115 = 1.4.7 =
116 * Minor UI changes
117 * Readme changes
118
119 = 1.4.5 =
120 * Readme changes
121
122 = 1.4.4 =
123 * Added compatibility with WP 5.7
124
125 = 1.4.3 =
126 * UI changes
127
128 = 1.4.2 =
129 * Minor bug fixes
130 * Small UI changes
131
132 = 1.4.1 =
133 * Minor changes
134
135 = 1.4.0 =
136 * Added compatibility with WP 5.6
137 * UI changes
138 * SEO changes
139
140 = 1.3.7 =
141 * Readme changes
142
143 = 1.3.6 =
144 * Added compatibility with WP 5.5
145
146 = 1.3.5 =
147 * Some bug fixes
148
149 = 1.3.4 =
150 * Some bug fixes
151
152 = 1.3.3 =
153 * Readme changes
154
155 = 1.3.2 =
156 * UI changes
157 * Pricing Plan updates
158
159 = 1.3.1 =
160 * Bug Fixes
161
162 = 1.3.0 =
163 * Added Licensing plans
164 * Added registration
165
166 = 1.2.0 =
167 * Advertised features on UI
168 * Added Bug Fixes
169
170 = 1.1.4 =
171 * Added compatibility with WordPress 5.4
172
173 = 1.1.3 =
174 * Added step by step guide link
175
176 = 1.1.2 =
177 * Plugin deactivation form
178
179 = 1.1.1 =
180 * Configurable option to allow WP login only to Administrators
181
182 = 1.0.0 =
183 * Initial release
184
185 == Upgrade Notice ==
186
187 = 1.0.0 =
188 * Initial release
189