When is user.email null? #335
-
|
Hello. In what scenarios will email be null. When a user logs in, I would expect that would not be null. I would need to manage user quota/usage on the backend if I go with a subscription based format. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I don't think However, using email address as a unique identifier may be difficult since a user has the ability to change their email address. The API key can change as well. |
Beta Was this translation helpful? Give feedback.
-
|
So, we have to generate our own internal ID to track a specific user then is what it sounds like. alright, thanks! |
Beta Was this translation helpful? Give feedback.
I don't think
user.emailis ever null since an email address is required for a free trial.However, using email address as a unique identifier may be difficult since a user has the ability to change their email address.
The API key can change as well.