How can i fetch a random video id from this database or this data shoyuld be shuffle everytime?
I have uploaded app already in a playstore beta version and for now i have just got a mistake that when i fetch a video url from the app the app is only fetching a first url video and always it is fetching that video at first so can we make it to fetch randomly from firebase any one has any idea ? please give me a soloution for that.
ref(firebase.database(), dbPath) firebase.database().ref(dbPath)
I have the following code that I partly found and adapted to my use, and it is working:
Guaranteed order of updates in Firebase real-time database for multiple paths
I am struggling to find the answer to my question, I was reading through the docs, but couldn’t find any reference related to this.
rules for nested nodes in Firebase Realtime
I can’t manage roles correctly for Firebase Realtime Database, I would like the data entered by the admin to be able to be read by everyone and the data entered by the user user to be seen only by the user who has auth.uid equal to idUser, I did lots of different tests but the only result I managed to obtain is either everyone sees everything or everyone sees nothing.
DataSnapshot.getValue() undocumented strange behaviour
What’s going on here?
Can I use serverTimestamp() in a Firebase Query?
Can I query the Realtime Database using the startAt
filter together with serverTimestamp()
?
How to fetch multiple document ids in Firebase Realtime Database?
my goal is to fetch multiple documents in one fetch.
Can’t delete a specific entry in my Firebase Realtime Database
I wanted to create a structure like this:
First time using Firebase, I am encountering ghost data in my real time database
I have a post table, and a user table. Summary is that a post is made by a user, I save the key in the user and create the post in the post table.