How can I create an empty collection in Firestore (Swift)? i want to do that when I create DB users after I registrate them, because on my main screen it tries to fetch from
Collections are automatically created when you write a document to them. There is no way to create a collection without a document in it.