Hello,
I'm trying to make an app with realtime capabilities for an event. I followed the documentation for generating a token except for the bit that sets the UserId. I diverged here by setting a static string (site property) since I have anonymous users so the GetUserId function would have returned 0 anyway. Upon calling the GenerateToken function this is what I'm getting in return:
Has anyone encountered this before? If so, what was the fix done?
Cheers,
Kevin
Hi Kevin,
May I know which forge component you are using?
Also it will be good if you can share minimal oml having this issue for us to check exact scenario.
Hi Nikhil,
Apologies. I thought I posted this on the Firebase (https://www.outsystems.com/forge/component-overview/1406/firebase) board. I've attached the OML that calls the GenerateToken extension function to this reply.