How to restict timely manner update document in Firestore database with poor network connections
问题 I've create android application in which we used Firestore database. I want to update firebase document within time. Firestore is quick to post on server but when there is any connection issue then it taking time to save on Firestore My task is if User tried to update withing few seconds eg 20 seconds if user can't post that data on server withing 20 seconds then later on that update should not be post on server If user is online and have good connection then there is no problem but if there