mozilla / debug-ping-view

Glean Debug Ping Viewer
Mozilla Public License 2.0
4 stars 2 forks source link

Add getpocket to firestore rules #121

Closed rosahbruno closed 9 months ago

rosahbruno commented 9 months ago

There are currently a few users who previously had getpocket.com emails that were migrated over to mozilla.com emails. They are having trouble accessing debug ping viewer data in production. They are able to sign in via SSO, but the authentication rules doesn't allow them to read/write any data. We are guessing it may have something to do with firebase auth pulling something old from SSO and the token it receives actually including the getpocket email address.

This fix adds the getpocket domain as an email address with the same permissions as the moco and mofo emails.