We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49e90c commit a8182f5Copy full SHA for a8182f5
example/RequireJS/index.html
@@ -21,6 +21,8 @@
21
client.config.apiKey = 'LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw';
22
client.config.serverUrl = 'http://localhost:50000';
23
client.config.useDebugLogger();
24
+ client.config.setUserIdentity('12345678', 'Blake');
25
+ client.config.useSessions();
26
27
// set some default data
28
client.config.defaultData['SampleUser'] = {
example/index.html
@@ -15,6 +15,7 @@
15
16
client.config.useLocalStorage();
17
client.config.setUserIdentity('12345678', 'Blake');
18
19
20
0 commit comments