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
A user would expect to be able to call a remote function using the callFunction method on a User in the same way, regardless of them using Realm JS or Realm Web.
Actual Results
Where Realm JS takes two parameters (the name of the function and an array of arguments), Realm Web takes a name and an unbound number of arguments. This should be aligned - I suggest updating Realm Web to match the Realm JS implementation.
Goals
A unified API across Realm JS and Realm Web.
Expected Results
A user would expect to be able to call a remote function using the
callFunction
method on aUser
in the same way, regardless of them using Realm JS or Realm Web.Actual Results
Where Realm JS takes two parameters (the name of the function and an array of arguments), Realm Web takes a
name
and an unbound number of arguments. This should be aligned - I suggest updating Realm Web to match the Realm JS implementation.Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: