KhaledAld
KhaledAld
what is the specification of the server running on skygear.io free plan ????
I just setup Skygear server with docker-compose and Postgres. when I use chat (send a message or typing ) Postgres is using up to 340% CPU. Below is my compose...
this is my code : ``` class test: ATLConversationViewController, ATLConversationViewControllerDataSource, ATLConversationViewControllerDelegate { var dateFormatter: NSDateFormatter = NSDateFormatter() var usersArray: NSArray! override func viewDidLoad() { super.viewDidLoad() self.dataSource = self self.delegate =...
I just setup Skygear server with docker-compose and Postgres. when I use chat (send a message or typing ) Postgres is using up to 340% CPU. This issue appears just...
Hi how to make migrate users from my server to skygear database. can I use cloud function to create API to add my users to a skygear server? Thanks.