Messaging App Initial Commit
Pages Already Implemented Login and Registeration Page
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
//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';
|
||||
Reference in New Issue
Block a user