How can I get a field value from a document in fire store in c++?
db->collection("users").document(x).Get(\'fieldname\');
Is it