11 lines
394 B
Dart
11 lines
394 B
Dart
|
|
|
|
//const endPoint = 'http://10.15.45.11/v1';
|
|
const endPoint = 'https://api.theonasanyas.com/v1';
|
|
const projectId = 'chatapp';
|
|
const selfSigned = false;
|
|
const databaseId = '676d7bc5000ffc9ca2a4';
|
|
const userCollectionId = '676d7d05000253c91d27';
|
|
const chatsCollectionId = '67734e8b002936f64abd';
|
|
const convCollectionId = '67734e7f00205b8f40a6';
|
|
const imageStorageBucket = '6771b9000011f84c14fa'; |