You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: