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
I'm trying to use setConsent() for analytics in my web app.
However, after using the functionality I find this error during my build:
export 'ConsentSettings' (imported as 'ConsentSettings') was not found in 'firebase/analytics' (possible exports: getAnalytics, getGoogleAnalyticsClientId, initializeAnalytics, isSupported, logEvent, setAnalyticsCollectionEnabled, setConsent, setCurrentScreen, setDefaultEventParameters, setUserId, setUserProperties, settings)
The text was updated successfully, but these errors were encountered:
I'm trying to use setConsent() for analytics in my web app.
However, after using the functionality I find this error during my build:
export 'ConsentSettings' (imported as 'ConsentSettings') was not found in 'firebase/analytics' (possible exports: getAnalytics, getGoogleAnalyticsClientId, initializeAnalytics, isSupported, logEvent, setAnalyticsCollectionEnabled, setConsent, setCurrentScreen, setDefaultEventParameters, setUserId, setUserProperties, settings)
The text was updated successfully, but these errors were encountered: