-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathcredentials.js
More file actions
28 lines (19 loc) · 903 Bytes
/
Copy pathcredentials.js
File metadata and controls
28 lines (19 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Datanautix help bot
//var accessToken = "b56ec2c85b2744ad81aeb6518d30a6ae";
//----------------------- Emoji Bot ----------------------- //
var credentialsAccessToken ="5ae7adf062fa4b5692087da997d2e3a5";
//var bot name is used for the firebase database
var credentialsBotName = "Emoji Bot";
// // HighSchoolAna(Dev)
// var credentialsAccessToken = "5489544adf6d490c8438cb7377f4bd60"
// var credentialsBotName = "High School Ana (Dev)"
var credentialsBaseUrl = "https://api.api.ai/v1/";
// Initialize Firebase
var credentialsConfig = {
apiKey: "AIzaSyBV5PiUUxluc5ISR2hcItUH0T7HEH6_ENo",
authDomain: "chatinterfacedb.firebaseapp.com",
databaseURL: "https://chatinterfacedb.firebaseio.com",
projectId: "chatinterfacedb",
storageBucket: "chatinterfacedb.appspot.com",
messagingSenderId: "922251038710"
};