Closed LinusU closed 2 years ago
String UIDs are not supported by the UIKit - please use integers.
@EkaanshArora hmm, that is unfortunate since our server workflow tracks our users with string ids. Is there a specific reason why string ids aren't supported? Would a PR to fix this be acceptable, and is it something that I could work on?
Target device: (Note: simulators are not supported for running the UIKit)
App Info
Describe the issue The TypeScript typings doesn't allow to pass
uid
asstring
, but I'm using string user ids in my application and the server signs the token with a stringuid
.To Reproduce
Screenshots n/a