Playground
Update
Logout
Status
undefined
  • You need to authenticate to then call methods under auth.
  • To call available methods use the first box and update it's contents:
    (async () => {
       // add here the method you want to call
       await doSomething();
    })();