mozilla-rally / rally

A monorepo for Rally project containing Rally SDK, Rally Web Platform and Extensions.
Mozilla Public License 2.0
7 stars 6 forks source link

Write Cloud Functions for reverse lookup of user emails #592

Open aaga opened 1 year ago

aaga commented 1 year ago

Sometimes we need to email specific users (e.g. if they signed up with an expectation of compensation).

We need to write a Firebase Cloud Function that takes a list of rally-ids and logs the corresponding list of email addresses. The reverse lookup can be done in the extensionUsers collection.

We must make sure that this function won't expose any information publicly.

aaga commented 1 year ago

This is currently blocked on Functions not deploying correctly:

https://github.com/mozilla-rally/rally/issues/595