GCP - Cloud Firestore and Bigtable
You wrote this Firestore code to get a document but docSnap.exists is false:
const docRef = firestore.collection('users').doc();
const docSnap = await docRef.get();
What is the problem?