FirebaseExtended / angularfire

AngularJS bindings for Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onCreate missing

thomas-vl opened this issue · comments

Could you add the onCreate function to the $firebaseAuth() function?
See the following triggers:
https://firebase.google.com/docs/functions/auth-events#trigger_a_function_on_user_creation

Regards,

Thomas

Hi @thomas-vl! This is only for the firebase-functions server SDK. If you create a user with the client SDK it will trigger this event on the server.