baumblatt / capacitor-firebase-auth

Capacitor Firebase Authentication Plugin
MIT License
261 stars 129 forks source link

Firebase 8.0 incompatibility with capacitor-firebase-auth package #173

Open Darrow8 opened 3 years ago

Darrow8 commented 3 years ago

I am new to this package and currently attempting to install the capacitor-firebase-auth package for my capacitor ionic project. For this project, I am using angular with ionic. When I attempt to install the latest version of this package, I get this error:

Screen Shot 2021-06-24 at 2 57 26 PM

I attempted to update firebase and got this error:

Screen Shot 2021-06-24 at 3 01 51 PM

So it seems like angular packages are still using firebase version 7.2.4 and thereby blocking updates to version 8.

Any recommendations on how to fix this error?

Also, I believe this is related to this issue: #128

Darrow8 commented 3 years ago

As a temporary fix, I am running npm i capacitor-firebase-auth@2.3 to get an earlier version of this package that is compatible with firebase version 7.2.4