0

I have a Firebase Cloud Function that listens to some db change, and goes like this:

exports.onCreateList = functions.database.ref('/lists/{list_id}').onCreate(event => {

How do I get the auth object (the details of the user who performed the operation)?

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441
Slavik N
  • 4,705
  • 17
  • 23

0 Answers0