dalenguyen / firebase-wordpress-plugin

A plugin that helps to integrate Firebase to WordPress
https://firebase-wordpress-docs.readthedocs.io
GNU General Public License v2.0
110 stars 31 forks source link

Woocommerce trying to create the account while logged in and the account already exists #105

Closed alexx855 closed 4 years ago

alexx855 commented 4 years ago

Describe the bug Woocommerce trying to create the account while logged in and the account already exists, also i think that if the user is logged in, the email, password and account forms in wc should not be shown since im already logged in

To Reproduce Steps to reproduce the behavior:

  1. Clean Wordpress + Woocommerce + storefront install
  2. Install latest plugin version and configure
  3. Login using shortcode
  4. Go to checkout and try to finish

Expected behavior Success checkout

Screenshots image

It seems to be trying to create a new account, when it already exists and im logged into it

alexx855 commented 4 years ago

image

dalenguyen commented 4 years ago

Hi @alexx855, just to make sure. Are you using this shortcode for logging in?

[firebase_login button_text='Signin']

dalenguyen commented 4 years ago

Should be fixed now.