mozilla-rally / rally

A monorepo for Rally project containing Rally SDK, Rally Web Platform and Extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write Cloud Functions for reverse lookup of user emails

aaga opened this issue · comments

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.

This is currently blocked on Functions not deploying correctly:

#595