realm-js icon indicating copy to clipboard operation
realm-js copied to clipboard

{App, User}.addListener callback to take an argument

Open kneth opened this issue 1 year ago • 0 comments

Currently the {App, User}.addListener() callback has zero argument. We should take the API slightly to:

  • {{Realm.App.addListener((app) => { /* ... */ }}}
  • {{Realm.User.addListener((user) => { /* ... */ }}}

kneth avatar Mar 21 '23 11:03 kneth