You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to get your input to the discussion, see the question. I don't know if reactfire has something to do with this.
Environment
Firebase SDK version: 9.1.1
Reactfire version: 4.2.0
Problem
I'm trying to compile my project & it throws 2 errors
node_modules/@firebase/app-check/dist/app-check-public.d.ts:87:22 - error TS2420: Class 'CustomProvider' incorrectly implements interface 'AppCheckProvider'.
Type 'CustomProvider' is missing the following properties from type'AppCheckProvider': getToken, initialize
node_modules/@firebase/app-check/dist/app-check-public.d.ts:171:22 - error TS2420: Class 'ReCaptchaV3Provider' incorrectly implements interface 'AppCheckProvider'.
Type 'ReCaptchaV3Provider' is missing the following properties from type'AppCheckProvider': getToken, initialize
The source code has the following comments, but the compiler doesn't really care about those.
/* Excluded from this release type: getToken *//* Excluded from this release type: initialize *//* Excluded from this release type: isEqual */
Steps to reproduce:
I started using firebase with Reactfire. I'm using just auth. I'm not using App Check.
This is a copy of the issue in firebase/firebase-js-sdk#5569
to get your input to the discussion, see the question. I don't know if reactfire has something to do with this.
Environment
Problem
I'm trying to compile my project & it throws 2 errors
The source code has the following comments, but the compiler doesn't really care about those.
Steps to reproduce:
I started using firebase with Reactfire. I'm using just auth. I'm not using App Check.
Relevant Code:
TS config
The text was updated successfully, but these errors were encountered: