Answer the question
In order to leave comments, you need to log in
Firebase search by id?
Reviews are stored in the firebase database, each review has an author field with id and
name
fields
firebase
.database()
.ref('reviews')
.once('value', (snap: any) => {
})
.catch((err) => {})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question