PluginProbe ʕ •ᴥ•ʔ
Firebase Authentication / 1.3.6
Firebase Authentication v1.3.6
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
110 lines
1 === Firebase Authentication ===
2 Contributors: cyberlord92
3 Donate link: https://miniorange.com
4 Tags: firebase, authentication, login, sso, jwt
5 Requires at least: 3.0.1
6 Tested up to: 5.5
7 Stable tag: 1.3.6
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 keeps data in sync between WordPress and Firebase.
12
13 == Description ==
14
15 This plugin allows you to login or Single Sign-On into WordPress using your Firebase user credentials.
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, 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 trying to register through a WordPress site.
27 * **Login/Registration Form Integration** : Integration with any Third Party and Custom Login/Registration Form to allow Firebase Login/Registration
28 * **Support for Phone Authentication method** : Users will be asked to enter OTP provided via Firebase to login into WordPress
29 * **Support for different Providers Authentication Methods** : Users will be logged in to WordPress using selected provider's credentials
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 Shortcode** : Use a shortcode to place Firebase login button 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 * **WP Hooks for Different Events** : Provides support for different hooks for user defined functions
42
43 == Installation ==
44
45 1. Visit `Plugins > Add New`
46 2. Search for `firebase authentication`. Find and Install `firebase authentication` plugin by miniOrange
47 3. Activate the plugin
48
49 == Frequently Asked Questions ==
50 = I need help to configure the plugin? =
51 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.
52
53 = I am locked out of my account and can't login with either my WordPress credentials or Firebase credentials. What should I do? =
54 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.
55
56 = For support or troubleshooting help =
57 Please email us at info@xecurify.com or <a href="https://miniorange.com/contact" target="_blank">Contact us</a>.
58
59 == Screenshots ==
60
61 1. Configure Firebase Authentication plugin
62 2. Option to allow WP Administrators to login
63 3. The result after successful Test Authentication
64
65 == Changelog ==
66
67 = 1.3.6 =
68 * Added compatibility with WP 5.5
69
70 = 1.3.5 =
71 * Some bug fixes
72
73 = 1.3.4 =
74 * Some bug fixes
75
76 = 1.3.3 =
77 * Readme changes
78
79 = 1.3.2 =
80 * UI changes
81 * Pricing Plan updates
82
83 = 1.3.1 =
84 * Bug Fixes
85
86 = 1.3.0 =
87 * Added Licensing plans
88 * Added registration
89
90 = 1.2.0 =
91 * Advertised features on UI
92 * Added Bug Fixes
93
94 = 1.1.4 =
95 * Added compatibility with WordPress 5.4
96
97 = 1.1.3 =
98 * Added step by step guide link
99
100 = 1.1.2 =
101 * Plugin deactivation form
102
103 = 1.1.1 =
104 * Configurable option to allow WP login only to Administrators
105
106 = 1.0.0 =
107 * Initial release
108
109 == Upgrade Notice ==
110