How can I use button which click one time in 24 hours .
Means if some click this button then Working but if it click again than showing please try after 24 hours.
And after 24 hours ago again clickable.
Thanks
1 Like
You can use clock component to get the millisec of the instant
and a tiny db to store last instant when the button was clicked…
All you have to do is, on button click check if the stored instant value + 86,400,000 is grater then current instant value then perform action else show please try after 24 hours.
3,600,000 = 1hr
86,400,000 mili sec = 24hrs
5 Likes
killer
February 3, 2021, 4:18pm
#3
It’s right but it can be bypass easily by clearing data of app.
To not get bypass use any database to store time.
1 Like
Please share in detail how use database for Time store @killer
1 Like
Yah… you are right, but can use any cloud-database to store and get time to overcome this…
You can use Firebase, Airtable or even TinyWeb-DB
Hello Everyone…
Today we have released a very helpful guide to explain your to use TinyWeb DB with Google Spreadsheet. I have written Js on Google Apps Script to create a server for TinyWeb DB component to store/get data to/from Google Spreadsheet. And So you can also create your own server for FREE + It’s super easy to setup and use.
Just follow this guide
After your have created your server and get the webhook url or say TinyWebDb server URL, you cam now create a simp…
1 Like
Anke
February 7, 2021, 9:38am
#8
Or this (without disabling the button):
2 Likes
Check out this I have made one before using Firebase try the apk If you like it I will share the aia
I have made a New System using firebase in which a button can be clicked once in 24 hours So this is made with the help of firebase and this system stores the last click time , date,etc. And i need testers for this app if any one is interested can...
Reading time: 1 mins 🕑
Likes: 3 ❤
1 Like
You can use my extension.
Assalamualikum everyone,
I made my first extension. It is an timer extension and it is 100% unbreakable.
In this extension currently 1 block is missing but it still working.
Thanks to @Faraz_Firoz and @Salman_Dev
The block is available in my extension is
[Capture-removebg-preview]
Output
Tutorial link (Aia link in the video)
https://youtu.be/ppmzZMA7D54
Download AiX
Timmer.aix (7.3 KB)
1 Like