Firestore PHP – get one field from document – Jquery ajax
So I have a firestore that looks like this and I want to be able to get just one value from a document, like getting the "uid" from the highlighted document, my php code looks like this: <?php require 'vendor/autoload.php';…