firebase / firebaseui-web

FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
https://firebase.google.com/
Apache License 2.0
4.58k stars 1.06k forks source link

Send parameter to createUser event #525

Closed xerosanyam closed 1 year ago

xerosanyam commented 5 years ago

Is your feature request related to a problem? Please describe. Firebase web doesn't send any parameters to createUser event, which would be very useful in finding out if user was a referred user or which domain he subscribed from, etc

Describe the solution you'd like I should be able to pass some parameters and be able to access in createUser event

Describe alternatives you've considered I've considered storing info in sessionStorage and then making the required changes

bojeil-google commented 5 years ago

Hey @xerosanyam, this is not a FirebaseUI specific feature. For generic Auth/Cloud Functions features, it is better you file an official Firebase feature request. It will get routed to the relevant owners.