useOnlinePlaygroundIdentityProps
const { create } = useOnlinePlaygroundIdentity();const myIdentity = create({appId: uuid(), token: 'my-token'});const ditto = new Ditto(myIdentity, '/path'); Copy
const { create } = useOnlinePlaygroundIdentity();const myIdentity = create({appId: uuid(), token: 'my-token'});const ditto = new Ditto(myIdentity, '/path');
A hook for creating OnlinePlayground Ditto identity objects.
Example
A hook for creating OnlinePlayground Ditto identity objects.