firebase-functions-python icon indicating copy to clipboard operation
firebase-functions-python copied to clipboard

Add triggers for onCreate and onDelete

Open gijswobben opened this issue 1 year ago • 3 comments

The triggers described here are not available yet in the library: https://firebase.google.com/docs/functions/auth-events

gijswobben avatar May 17 '23 09:05 gijswobben

This is currently a limitation of all 2nd gen functions (Node or Python). beforeusercreated and beforeusersignedin are available, but 1st gen functions' Auth onCreate and onDelete are not yet available for any 2nd gen functions.

A less-than-ideal workaround for now is to use 1st gen functions (Node only) for Auth onCreate and onDelete triggers.

jhuleatt avatar May 22 '23 16:05 jhuleatt

Do we have any timeline for when this might be implemented?

rehmatsg avatar Jul 12 '23 23:07 rehmatsg

this

I want to know we have any timeline

erdenebayrd avatar Oct 23 '23 07:10 erdenebayrd