mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
include uid as explicit property on mixpanel profile
This commit is contained in:
@@ -90,6 +90,7 @@ export const useFirebaseAuthStore = defineStore('firebaseAuth', () => {
|
|||||||
;(window as any).mixpanel
|
;(window as any).mixpanel
|
||||||
.identify(user.uid)(window as any)
|
.identify(user.uid)(window as any)
|
||||||
.mixpanel.people.set({
|
.mixpanel.people.set({
|
||||||
|
uid: user.uid,
|
||||||
$email: user.email,
|
$email: user.email,
|
||||||
$name: user.displayName,
|
$name: user.displayName,
|
||||||
$created: user.metadata.creationTime
|
$created: user.metadata.creationTime
|
||||||
|
|||||||
Reference in New Issue
Block a user