Demo @BBGoogleSpreadsheetBot updated.
Now it is more easy to save data about users to Google Table.
Please test
Now it is more easy to save data about users to Google Table.
Please test
🔥4
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