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 45353b8 commit da48e34Copy full SHA for da48e34
ReactNative/NativeExpoChat/chatConfig.js
@@ -0,0 +1,6 @@
1
+// chatConfig.js
2
+// Configs to connect the user to chat
3
+export const chatApiKey = 'dz5f4d5kzrue'
4
+export const chatUserId = 'lively-wood-7';
5
+export const chatUserToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoibGl2ZWx5LXdvb2QtNyIsImV4cCI6MTcxMDUzMjQ0Nn0.KMkjl68QocLTO_B5E4jIw2s5VBmRLOIvFnZkYNQepmc';
6
+export const chatUserName = 'lively';
0 commit comments