-
Notifications
You must be signed in to change notification settings - Fork 96
Description
I am using ionic chat widget locally on port 8100 with the following configration
"CHAT_SEND_BY_EMAIL_LINK": "",
"FIREBASESTORAGE_BASE_URL_IMAGE": "",
"DASHBOARD_URL": "http://localhost:4200/",
"SERVER_BASE_URL": "http://localhost:3000/",
"firebaseConfig": {
"apiKey": "xxxxx",
"authDomain": "xxx",
"databaseURL": "xx",
"projectId": "xxxx",
"storageBucket": "xxxx",
"messagingSenderId": "xxxx",
"chat21ApiUrl": ""
}
Please tell me what need to enter in CHAT_SEND_BY_EMAIL_LINK, FIREBASESTORAGE_BASE_URL_IMAGE, chat21ApiUrl or from where I can find them.
and also when I ran it on port 8100
it only show login button (No Email and password fields displayed) and aslo not create account etc.
when I click on login it send me back to http://localhost:4200/.......
Badly stuck in it...... kindly help me out where I am doing wrong.