Callback after signup? #407
-
I need to be able to make some API calls and do some DB updates for when a new user registers through firebase. I need a callback from this library to do that. How can this be done? |
Beta Was this translation helpful? Give feedback.
Answered by
alabdulaal
Jan 4, 2022
Replies: 1 comment
-
You can use firebase functions to trigger when a new user registers more info here |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kmjennison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use firebase functions to trigger when a new user registers more info here