How to download all users database?
Idea:
Just use Google Table Sync Lib + Bot.runAll.
You can pass user's data to Table with Bot.runAll
Idea:
Just use Google Table Sync Lib + Bot.runAll.
You can pass user's data to Table with Bot.runAll
๐คฉ4๐ฑ2๐ฉ2๐ค1
BB App is temporary removed from Play Market.
We need to provide some extra info for Google.
Fix in progress.
We need to provide some extra info for Google.
Fix in progress.
๐ฅ5๐3๐1๐ข1
If you have such timeout error and such BJS:
Libs.CoinPayments.createPermanentWallet({
currency: "TRX",
label: "myLabel",
onSuccess: "/onTRX",
onIncome: "/onIncomeTRX"
})
try to change BJS to:Libs.CoinPayments.createPermanentWallet({
currency: "TRX",
label: "user" + String(user.id),
onSuccess: "/onTRX",
onIncome: "/onIncomeTRX"
})
We must have uniq labels for wallets!๐4๐1๐1
Bots.Business is available in the Play Market again
๐ฅ18๐ข5๐4โค2๐ฅฐ1๐1๐คฉ1