GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.14k stars 155 forks source link

Cannot build when using analytics.setConsent for JS apps #651

Open visserp opened 2 weeks ago

visserp commented 2 weeks ago

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)