Iterable / iterable-web-sdk

Iterable SDK for interacting with the Iterable API to implement inside JavaScript and Node projects
https://iterable.com
MIT License
9 stars 8 forks source link

[MOB-8416]: easier UUID testing in sample app #374

Closed mprew97 closed 1 month ago

mprew97 commented 2 months ago

JIRA Ticket(s) if any

Description

Makes it a bit easier to test UserID behavior in the React example app by allowing you to set which user type to use on login (email or userId).

Test Steps

  1. Regression test that email still works with an email based project
  2. Update environment variables to point to a UUID based project
  3. Login and make api calls with UUID as opposed to email