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

Login form missing from my website - cannot read properties of undefined (reading 'signIn') #206

Closed dessery85 closed 1 year ago

dessery85 commented 1 year ago

Hi

The login form has unfortunately disappeared from my website. In the console I can see the following error on line 90 of firebase-pro.js:

Uncaught TypeError: Cannot read properties of undefined (reading 'signIn')

This is visible on my website here:

https://app.ascension-toolkit.com/sign-in/

I am seeing this in multiple browsers and incognito with no addons.

I was using version 3.13.0 but I have just updated to 3.29.0 (including installing new cloud functions) to try and resolve the issue but with no luck.

Any help would be greatly appreciated as I need to get this resolved asap.

Many thanks David

dessery85 commented 1 year ago

Sorry, scrap that. It looks like the update fixed it but I had to clear the server cache before it started working.