python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Retrieve data in nested for Firebase Realtime Database (Unity C#)
I wanted to retrieve data and link that I put in a nested inside Firebase but I receive an error:
System.Collections.Generic.Dictionary`2[System.String,System.Object][]
I hope there's anyone who can...
AARR Learner
Votes: 0
Answers: 0
flutterfire RTDB failed on android but work in web
After create new flutter app I try to follow flutterfire as documented in https://firebase.flutter.dev/docs. I use firebase auth, realtime database, and it only work when using flutter run in web brow...

freddi andrew
Votes: 0
Answers: 1
Populate Three RecyclerViews on an Activity
I'm trying to populate three RecyclerViews on my ServiceActivity based on the category property in a Firebase Realtime Database reference child. Right now I'm having trouble getting the RecyclerViews ...

Zachary Smouse
Votes: 0
Answers: 0
Firebase Realtime Database reach nested child
I'm building a project and within this project i have a one-to-one chat. Each chats are stored using the realtime database from firebase (I'm using the react-native-firebase librairy here).
My data tr...
Dimitri Enjelvin
Votes: 0
Answers: 1