ashokkumarideapoke

Results 2 comments of ashokkumarideapoke

CREATE TABLE IF NOT EXISTS `schema1`.`Area` ( `areaId` VARCHAR(45) NOT NULL, `areaName` VARCHAR(45) NULL DEFAULT NULL, `themeId` VARCHAR(45) NULL DEFAULT NULL, PRIMARY KEY (`areaId`), INDEX `fk_Area_1_idx` (`themeId` ASC) VISIBLE, CONSTRAINT...

@jordanriley1992 we ran collaboration server and client locally hosted, add server url in client .env.development/.env.production and we had one account in firebase cloud and configured firebase project/webapp details in the...