fixes bugs and add project id staging

This commit is contained in:
mohammad
2025-02-10 10:26:02 +03:00
parent 48733fd65e
commit 9897c19dad
14 changed files with 67 additions and 86 deletions

View File

@ -1,3 +1,4 @@
class TempConst {
static const projectId = '0e62577c-06fa-41b9-8a92-99a21fbaf51c';
static const projectIdDev = '0e62577c-06fa-41b9-8a92-99a21fbaf51c';
static const projectIdStag = 'bcda711e-9fc2-4168-a05e-171b4026d1ff';
}