How to use ServerValue in FirebaseDatabase plugin for Flutter
You can use ServerValue.timestamp to set time.
1 2 3 | DatabaseReference.set({ 'time': ServerValue.timestamp, }). |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.