Messaging App Initial Commit

Pages Already Implemented Login and Registeration Page
This commit is contained in:
2025-01-01 00:35:25 +00:00
commit 8ec33980c6
14 changed files with 970 additions and 0 deletions
+11
View File
@@ -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';