You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Schema['users'] and now I would like to have the Data with the Id. Do I have to define a property id: Schema['users']['Id'] in the User Model and can then use Data or do I have to use Schema['users']['Doc'].
Which is the intended way?
The text was updated successfully, but these errors were encountered:
I want to use Schema['users'] and now I would like to have the Data with the Id. Do I have to define a property id: Schema['users']['Id'] in the User Model and can then use Data or do I have to use Schema['users']['Doc'].
Which is the intended way?
The text was updated successfully, but these errors were encountered: