Linked Questions

1 vote
1 answer
3k views

{ "SHOPPING_LIST" : { "kPLZpp809gePpBiBojsngjZdg6A3:228c1e5b-fe11-4f06-ad32-c54734044a5e" : { "listId" : "kPLZpp809gePpBiBojsngjZdg6A3:228c1e5b-fe11-4f06-ad32-c54734044a5e", "...
Chave's user avatar
  • 71
0 votes
1 answer
2k views

I'm new to react-native and firebase, and I am building an app. I stumble upon a problem using "array" in firebase (i know that firebase doesn't work with array), but I want to know if there is some ...
João Victor's user avatar
0 votes
1 answer
2k views

I am making an app that get the ingredients than displays the recipes that can be made from those ingredients.The recipes will be stored in fire-base. The structure that i am thinking of going with ...
dimalc's user avatar
  • 23
1 vote
2 answers
1k views

I need a firebase query to filter the list based on the value of an array. if any of the index of GID(Array) contains the given key. e.g my key is YsGMyfLSGRNHxDWQmhpuPRqtxlq1 and one node's GID have ...
RöHIT's user avatar
  • 29
1 vote
1 answer
568 views

I'm creating a recipes app just to learn Vue and Firebase Realtime Database. This is the recipe structure: { "name": "Stackoverflow shake", "description": ""...
Savandy's user avatar
  • 393
-1 votes
1 answer
682 views

I have the following Firebase hierarchy. How can I write a query which finds the child where the value is 1 AND I don't know that it is under the node V9T3cEgEGPRmIkMQb32hxa5gG7L2? In this case, I ...
szend's user avatar
  • 123
0 votes
0 answers
524 views

I am trying to structure a firebase realtime database for group and personal chat app. What I wanted to achieve is after user successfully logged in, they will see a list of message they have sent to ...
Tom's user avatar
  • 181
0 votes
0 answers
518 views

I am making a clone of Trello I am trying to figure out what the best way is to get a list of all the boards that the current user is a member in. First i thought ill have a collection like "...
user6655556's user avatar
0 votes
0 answers
398 views

I want to get the data under machine and the path is like this Users then Mobile Number then Machine and i want to get the child of the machine then match that data from the localstore if both match i ...
MOHAMMAD ZEESHAN's user avatar
0 votes
1 answer
400 views

I use this future. future: firebase.FirebaseDatabase.instance .reference() .child("group") .orderByChild('userId') .onValue .contains(userID), ScreenShot of ...
Deval Joshi's user avatar
0 votes
0 answers
307 views

I want to .indexOn userId which is not static. My realtime database structure looks like this: posts: { content: "Lorem Ipsum" likes: 26, comments: { userId1: true, userId2: ...
Fortray's user avatar
  • 133
0 votes
0 answers
273 views

I'm trying to user firebase realtime database and facing now warning message I can't solved it Using an unspecified index. Your data will be downloaded and filtered on the client. Consider adding '&...
Mahmoud Niypoo's user avatar
0 votes
0 answers
267 views

I have 2 spinners ,for services and employees. in my app i want to let user choose list of services then i fill the employee spinner only for employee who available for that service i have ...
Goofy_Phie's user avatar
1 vote
1 answer
167 views

I am trying to increment unseenMessage by 1 everywhere everywhere the groupName is the same. The code I currently have returns a null snapshot back. Database Structure Notifications user1 group1 ...
John C's user avatar
  • 517
0 votes
1 answer
256 views

This is my code firebase.database().ref().child('Users').orderByChild('interest'). startAt('cat').endAt('cat'+'\uf8ff'). on('value',snap=>{ console.log(snap.val()) }) my code is that way but ...
Ahmet Saz's user avatar

15 30 50 per page
1
2 3 4 5
19