I am getting Firebase data, since I have debugged and in the getValue the data appears without any problem, but when I want to assign it to homes, the fields are null
This is the main code where I get the data from Firebase and try to add it...
I have a question.
I'm doing a multiplayer game on android. I want to implement firebase where I can control the modifications made by each player in real time, in order to update views of other players.
My question is how can I control the idle...
Good day,
Can someone help me solve this error?
Using Firebase Database on Android with the structure so
and this code
Bundle bundle = getIntent().getExtras();
if(bundle !=null) {
usuari = bundle.getString("x");...
How could I access the sub index of the object I show in the image. I'm trying it with Object.values (sale [key]) , it works but I can not add more attributes. Any help?
This is the code:
Claro
firebase.database().ref('venta/' + this...
I have this problem: I am doing a real-time query to firebase firestore in javascript
my code is this:
first = db.collection("messages")
.where("codeConversation", "==", codeConversation)
.orderBy("date", "desc")
.limit(25);
f...
I'm doing an android application with registration and login, and one of the parties is password recovery.
For this process I have done that when the mail is sent a sms with a code to the related number, having this service thanks to FIREBASE, t...
I'm trying to create a web application that hosts data in the Firebase Real Database.
When loading the page, a list of terms (a glossary) is displayed, which when pressed, leads to its detail. If the user logs in, then he can also edit the terms...
On a div, with CSS, I'm trying to update its background color with a change in a database in Firebase. This update I only see if I refresh in the browser. I would like the corresponding div to be updated since the change was made in Firebase. At...
My question is yes did anyone try to host an application in asp.net in the free hosting of firebase ?
I clarify that in my case it is a static page, without a database (only pages aspx , HTML, JavaScript , C...