mozilla-mobile / firefox-echo-show

Firefox for Amazon's Echo Show
Mozilla Public License 2.0
25 stars 12 forks source link

Update CCPA compilance #320

Closed psymoon closed 4 years ago

psymoon commented 4 years ago

https://docs.google.com/document/d/1s_E-hmmwg95pLTZf-dB9ZV8zkg_bGqayeTW20BI7fk4/edit

Dexterp37 commented 4 years ago

As suggested over Riot, for this specific case it might be helpful to pursue a different path: using Glean outside of Android Components.

Why does Mozilla consume Glean through A-C? Because every version of A-C guarantees that all the components it includes work well and are tested with each other, so that you don't need to expect compatibility issues.

Is it possible to use Glean outside of A-C? Yes, it is, but care should be taken in doing that. Instead of depending on Glean as described in our docs, one could do as we currently do in service-glean, by directly importing the Glean SDK.

Please flag a member of the Glean team for review :)