File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed
Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 11class AppWriteConst {
2- static const String APPWRITE_PROJECT_ID = "64803e0044c9826d779b" ;
3- static const String APPWRITE_ENDPOINT = "https://cloud.appwrite.io/v1" ;
4- static const String APPWRITE_DATABASE_ID = "" ;
5- static const String COLLECTION_MESSAGES = "" ;
2+ static const String APPWRITE_PROJECT_ID = '' ;
3+ static const String APPWRITE_ENDPOINT = 'https://cloud.appwrite.io/v1' ;
64
75 // databases
8- // static const usersDataDatabaseID = '648450950ccd47af09ca';
6+ static const publicDataDatabaseID = '' ;
7+ static const usersDataDatabaseID = '' ;
8+
9+ // collections
10+ static const designResourcesCollectionId = '' ;
11+ static const savedComponentsCollectionId = '' ;
12+ static const savedComponentsId = '' ;
13+ static const savedSnippetCollectionId = '' ;
14+ static const savedSnippetId = '' ;
15+ static const savedDesignResourcesId = '' ;
16+ //
17+ static const inspirationsFilesCollectionID = '' ;
18+ // storage
19+ static const usersInspirationFilesBucketId = '' ;
20+ static const usersComponentsPreviewFilesBucketId = '' ;
21+
22+ // NOTE: all of this empty because this is public
923}
You can’t perform that action at this time.
0 commit comments