Reputation: 6968
Is there Firebase Cloud Function to catch the event of changes on user profiles?
I see onCreate is used to catch the event of creating a new user.
Is there a similar one to catch the event of changes on user profiles(displayName, photoURL, and other social provider is linked)?
Upvotes: 2
Views: 271
Reputation: 599621
firebaser here
There is currently no trigger on Firebase Authentication profile changes. We know this type of trigger would allow for many extra use-cases, so we may add it in the future. But as usual, no promises and no timelines.
Upvotes: 1