Relative Content

Tag Archive for firebasefirebase-realtime-database

limitToLast() is not working in firebase realtime

When building a query to select the latest data in firebase, all data is selected instead of the amount specified in the argument. I noticed that this problem also exists in the first message selection. I don’t know about other query parameters, I didn’t use them.

limitToLast() is not working in firebase realtime

When building a query to select the latest data in firebase, all data is selected instead of the amount specified in the argument. I noticed that this problem also exists in the first message selection. I don’t know about other query parameters, I didn’t use them.

limitToLast() is not working in firebase realtime

When building a query to select the latest data in firebase, all data is selected instead of the amount specified in the argument. I noticed that this problem also exists in the first message selection. I don’t know about other query parameters, I didn’t use them.

limitToLast() is not working in firebase realtime

When building a query to select the latest data in firebase, all data is selected instead of the amount specified in the argument. I noticed that this problem also exists in the first message selection. I don’t know about other query parameters, I didn’t use them.

How should I store the list of object in the firebase database?

I am working on the project where, I want to store the list of some grouped data. Here is the project overview, a collection of user each document(user) has data name, number, and list of booked vehicle here the name and number is not at problem but when the storing the list of booked vehicle the data will be the vehicle number, booked date-time and other data then how to manage this in firebase database?