python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to get changes in a firestore document array of object
I have a collection called chats, I want to listen on the document for changes in the msg while also returning the data from the msg field, I have come up with a query but I am not getting the result...
user15317824
Votes: 0
Answers: 1
Getting "Invalid doc ref. Doc ref must have an even number of segments," Error when writing batch doc to Firebase Firestore V9 Angularfire
I tried using writeBatch() to write documents in subcollections.
I followed the Fireabase Documentation and came up with the script:
const batch = writeBatch(this.db);
const ref = doc(this.db, 'colle...
syahiruddin
Votes: 0
Answers: 1
how I can return data as success message when I set data in firebase?
I try to return orderId after I set this order in Realtime database using angularfirestore
what I should use after set() to return the orderId after sucess add this order to database
my order object i...
Yarob Alrifai
Votes: 0
Answers: 1
How to retrieve AccessToken for files in Firebase Storage
I am currently using firebase storage to upload images for a final year project.
I am using Angular, Ionic & Capacitor for this project.
I can upload images with no issues (quite proud of it!) but...
Osama Kheireddine
Votes: 0
Answers: 0