I have a schema for Post
, which has a createdBy field
that refers to User Table
. But when I’m creating Post
, at that time I have the hypi id of Account
instance not user Instance
because in auth-Token we get Account hypi id
. Please help.
I face the same problem when creating 2 users for a friend because I have the Account Id, not User hypi id.