1.5K
7
By @Flairez
Let's break up im so tired with you
Comments
Spongebob_URAAAAAA
08/07/2025
Uh well......uh......i just thought we should be. *he's obviously lying*
get out- im 7 years old your 17-
So what? Age is just a number.
Silly_Goose_
12/06/2025
.FirebaseApp.instance.getFirestore().collection("users").document("***").get().addOnCompleteListener(new OnCompleteListener<DocumentSnapshot>() { public void onComplete(Task<DocumentSnapshot> task) { if (task.isSuccessful()) { DocumentSnapshot document = task.getResult(); if (document.exists()) { Log.d("Firestore", "DocumentSnapshot data: " + document.getData()); } else { Log.d("Firestore", "No such document"); } } else { Log.d("Firestore", "get failed with ", task.getException()); } }});
Comments
2Spongebob_URAAAAAA
08/07/2025
Uh well......uh......i just thought we should be. *he's obviously lying*
get out- im 7 years old your 17-
So what? Age is just a number.
From the memory
6 Memories
Silly_Goose_
12/06/2025
.FirebaseApp.instance.getFirestore().collection("users").document("***").get().addOnCompleteListener(new OnCompleteListener<DocumentSnapshot>() { public void onComplete(Task<DocumentSnapshot> task) { if (task.isSuccessful()) { DocumentSnapshot document = task.getResult(); if (document.exists()) { Log.d("Firestore", "DocumentSnapshot data: " + document.getData()); } else { Log.d("Firestore", "No such document"); } } else { Log.d("Firestore", "get failed with ", task.getException()); } }});
From the memory
1 Memories