name
and email
are both optional.
Best Practices
- Do not make your user IDs guessable – they are public facing.
- Ensure the id is unique per user.
- Do not use the device id for user ids - this will result in multiple user records as the device ids rotate.
Setup done Time to make your first call.