=== Integrate Firebase === Contributors: hanthuy Donate link: https://www.paypal.me/DaleNguyen Tags: firebase Requires at least: 4.0.0 Tested up to: 5.1.1 Stable tag: 0.5.2 Requires PHP: 5.2.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Integrate Firebase is a plugin that helps to integrate Firebase features to WordPress == Description == The Firebase for WordPress Plugin will help a Firebase user to login to your WordPress interface - not to WordPress dashboard - from Firebase authentication. You can show user info and display data that is only available to your Firebase users. I'm planning to release a PRO version of this plugin, and it will take a lot of time to add new features. If there are enough people who want to use a better version of this. I will spend time to develop it. Meanwhile, if you are interested in the Integrate Firebase PRO version, please take part in this survey: https://forms.gle/5TBSDHUtSeVzzKno8 = Links = * [Github project page](https://github.com/dalenguyen/firebase-wordpress-plugin) * [View CHANGELOG](https://github.com/dalenguyen/firebase-wordpress-plugin/blob/master/CHANGELOG.md) == Installation == If installing the plugin from wordpress.org: 1. Upload the entire `/integrate-firebase` directory to the `/wp-content/plugins/` directory. 2. Activate Integrate Firebase Plugin through the 'Plugins' menu in WordPress. 3. Profit. == Frequently Asked Questions == = What can I do with this Integrate Firebase plugin? = At version 0.5.2, the user can integrate Firebase authentication to WordPress. That means you can: * Log in, log out and show custom data only to logged in users. * Get Real Time and Firestore database in Dashboard * Show realtime database on frontend after users log in = How can I put a shortcode in a widget or WordPress editor? = The example in this guide only shows you how to put in a PHP file. If you want to put the shortcode inside a widget or editor. You can simply do this: > [firebase_login][/firebase_login] = How can I add a login form to WordPress? = After adding Firebase credentials from Settings > Firebase. You can add login form through shortcodes: > echo do_shortcode("[firebase_login]"); If you want to create your own form. Please start with *