c# – Xamarin Firebase Data read
Questions: i got this methods from sameone online, and I was wondering if a can go somehow deeper in database return (await firebase .Child("Persons") .OnceAsync<Person>()).Select(item => new...
Questions: i got this methods from sameone online, and I was wondering if a can go somehow deeper in database return (await firebase .Child("Persons") .OnceAsync<Person>()).Select(item => new...
Questions: I have a Unity project with Firebase for google Authentication. I am storing user information in a realtime database. They are stored as: UnityProject 1-> Name: "Something" Email: "Somet...
Questions: I am new to this. When I try to create a user with email and password it tells me that my FirebaseAuth is null and doesn’t let me create a user. I am initializing Firebase through thi...
Questions: i am using firebase realtime-database.net nuget to track realtime changes in firebase.but when i make changes in firebase its doesnt observe those changes and doesnt hit the break point. my...
Questions: I am trying to get phone authorization to work but it never seems to send a code to my phone. I am running the test on an emulator but expecting the code on my physical device. is this poss...
Questions: I just migrated my Android app from Fabric Beta to Firebase App Distribution. My Fabric group android had 395 people in it, and Firebase only allows a maximum of 200 people in a group, so I...
Questions: Im trying to get a user’s information to be displayed in an alert dialog box when their profile is clicked on. I am able to get the dialog box to be displayed when clicked but the dia...
Questions: I want get all docs from a collection but on my code nothing is returned like I can see on the log printing the snapshot returned. I can use Storage on my application to store documents, an...
Questions: This may be a basic issue but it is setting me back in terms of functionality. I have created a ratings bar feature, which write to ratings to my firebase database. When I am logged in as u...
Questions: There’s something wrong with the saveUserToFirebaseDatabase() function but I don’t know what. I am trying to store data in my Firebase database but the app crashes when I call t...