I am trying this -
final Future<FirebaseUser> user = auth.currentUser();
but the problem is that instead of making a document by the "userid" it is making a document by the name of -
Instance of 'Future<FirebaseUser>'
This is literally my documents name right now, but I want to make it the userid specifically.
What should I do?