Questions tagged as 'firebase'

0
answers

get Firebase data and place it in RecyclerView

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...
asked by 26.10.2018 / 08:06
0
answers

Firebase timeout control for mutiusuarios

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...
asked by 25.10.2018 / 18:29
0
answers

java.lang.NumberFormatException: Invalid int: "null"

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");...
asked by 25.10.2018 / 21:33
0
answers

Firebase query

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...
asked by 24.10.2018 / 17:40
1
answer

Get URL https: and Not the gs: Firebase

Hi, I've been looking for a https: for storage, but the only thing I find is just to get the gs: How can I get this url in android studio code? THANKS     
asked by 22.10.2018 / 22:02
0
answers

Stop a scam in real time on firebase firestore

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...
asked by 29.10.2018 / 00:44
0
answers

E / Volley: [110535] BasicNetwork.performRequest: Unexpected response code 400

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...
asked by 05.11.2018 / 02:10
0
answers

Firebase Warning: Permission denied for authenticated anonymous user

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...
asked by 19.10.2018 / 16:30
1
answer

Update DIV without reloading page when receiving Firebase data

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...
asked by 21.10.2018 / 21:23
0
answers

Can you host a web page in .NET to Firebase?

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...
asked by 18.10.2018 / 17:21