beratuslu

Results 4 issues of beratuslu

Can anyone tell me what is wrong here? ``` const BinanceClient = require("node-binance-api"); const binance = new BinanceClient().options({ APIKEY: "KEY", APISECRET: "ANOTHER_KEY", }); binance.websockets.userFutureData(console.log, console.log, console.log); ``` Error I am...

I was working with `client.websockets.userData(() => {}, execution_update);` function, everything is just fine with version "^0.12.5" but it fails with "^0.13.0" it took 1 hour to what is wrong with...

And if I want to use this application for sms OTP verification. so I will reduce interval to seconds from minutes. So for example if I set interval 5 seconds...

hello guys, Is it possible to setup onDisconnect with pyrebase? If isn't, can you tell me what are my alternatives. Thanks https://firebase.google.com/docs/reference/js/firebase.database.OnDisconnect