Im trying to do a group system for a flutter app and I need to store it in firebase, and every group has his own ID, it's called "groupID". How to do programmatically that every new group create has his "groupID" create automatically. Is organized like this:
In other words, how can I do in the code to fill the Groups column?
