Questions tagged as 'firebase'

0
answers

problem with Firebase authentication check (Number phone)

Hello! I am trying to build a firebase record with phone number. I did the procedures I found in: link But I'm having trouble. Error message :    com.google.firebase.auth.FirebaseAuthException: This app is not   authorized to use...
asked by 02.10.2017 / 18:37
1
answer

Firebase Deploy presents message for being 'waiting for APIs' to enable

Talk to me, I'm doing my first deploy on Firebase, and I came across this. Unfortunately, I have not found anything in the interwebs about, and I'm always following you, is there anything I can do to solve this problem? i deploying databas...
asked by 03.10.2017 / 20:12
2
answers

Query with result null Firebase

Hello everyone, I'm having a problem querying the firebase database. The bank is this: I'mtryingtodoasearchforalltherestaurantsthathavethenameIguatemi,untilthenaccordingtomydebug,I'mgettingtodoitgood.Theproblemisthatwhenthedataistaken,iti...
asked by 03.10.2017 / 15:20
1
answer

Firebase query

I've been using firebase for the first time, and I have a problem. I want to query the database 1x but on my console it appears that it has been queried several times. var contador1 = firebase.database() .ref(); contador1.set({...
asked by 27.09.2017 / 05:39
0
answers

Doubt with project creation in firebase

I had several projects in the firebase and when I went to create another it triggered this message: 3 projects missing to reach the limit , even though I was dropping all, which was what I did and the message continues, but a question has aris...
asked by 01.10.2017 / 14:36
0
answers

Push push, via php, to all users

I'm working on a project with ionic 3 and backend in php / mysql. In the current phase I need to send push notifications and I chose to work with the firebase and the phonegap-plugin-push plugin. I installed and tested via firebase console and t...
asked by 23.09.2017 / 18:24
1
answer

Problems creating Child in Firebase

I'm trying to add dishes in my firebase database but I'm having some problems that I do not know until now why it does not work. and even gives this error: Process: meals.com.meals, PID: 1585 java.lang.RuntimeException: java.lang.reflect.Invoc...
asked by 11.10.2017 / 16:14
1
answer

Problem with the FirebaseApp call

I have a fragment that performs user registration and login using Firebase. However, I'm having trouble with the initializeApp (Context) method. Here is the code: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container,...
asked by 22.09.2017 / 22:48
0
answers

Change color item - RecyclerView and Firebase

I need to change the color of a LinearLayout, as per a Firebase query. Bank Structure: USUARIOS - ID_USUARIO ---AGENDAMENTOS -----nome: João -----lastview_usuario: "1506816888384" -----timestamp_update: "1506816951405" I am retrieving th...
asked by 01.10.2017 / 21:19
2
answers

Firebase does not work with multiple applications

Alright? I started a project in Firebase and linkei two related applications in the same project. I made an equal login / signin system for both. It turns out that for an application, the sign in works normal but for the second application...
asked by 21.09.2017 / 06:04