Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add triggers for onCreate and onDelete #94

Open
gijswobben opened this issue May 17, 2023 · 5 comments
Open

Add triggers for onCreate and onDelete #94

gijswobben opened this issue May 17, 2023 · 5 comments
Labels
feature-request New feature or request

Comments

@gijswobben
Copy link
Contributor

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

@jhuleatt
Copy link
Contributor

jhuleatt commented May 22, 2023

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.

@Salakar Salakar added the feature-request New feature or request label Jun 19, 2023
@rehmatsg
Copy link

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

@erdenebayrd
Copy link

this

I want to know we have any timeline

@vazome
Copy link

vazome commented Dec 9, 2024

+1

Also, mentioned here: firebase/firebase-functions#1383

@vazome
Copy link

vazome commented Dec 16, 2024

To all potential viewers:

If you haven’t contacted Firebase to raise your concern yet, please take a moment to do so. It would be helpful if you could specify whether (and how severely) the lack of Firebase Auth onCreate and onDelete triggers in V2 impact your business processes or development: Contact Support

Also, please cast a vote at UserVoices:

  1. Auth onCreate and onDelete triggers for v2 functions
  2. Auth onUpdate trigger for v1 and v2 functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants