What I suggest you is, if any product is out of stock then you can add that name in firebase… and also add the countdown starting day or time
When screen initiali, you can call app to checkup is there any stock name is present in this tag (out of stock) if there and find the difference between firebase stored date and time with present day and time. If it fulfills the condition then make button to visible and proceed further . Am I said clearly anything??
Im begginer user. I did mi First app with my favorite shoutcast radio Player. Work Great, but after 2,3 minutest suddenly stop - break sound. Do you have any solution?
Hi there! I am creating an app similar to uber and would like to open the driver app from background to foreground when it detects a change in the firebase tag “UID / request”. I also want to save in firebase the location of the driver every 60 seconds. I would like to sponsor this guide for everyone as I need it urgently, I thank you very much.
For first app :-
Your app looks like one app for user and one for driver when user ask / request driver app will open automatically(I would suggest to show notification) auto opening app may cause security causes for play console, I am not confirmed. I’ll shortly post both app here
Hii @Aleksanders I have successfully created Location Tracker you can simply use my old guides to store them in firebase if you are getting any type of error or doubts be free to comment bellow.
Location Tracker notification after every 60 sec / 1min with the help of Ip Tracker Extension
hello I’m trying to run a background task where when my application is closed the connection process to the mqtt broker is maintained, oh yes I’m making a light control application (iot) but there is a problem when the application is closed it cannot receive data updates from mqtt. thanks