Questions tagged as 'firebase'

1
answer

How to consult the database of the firebase through an HTML page or PHP

I have a database already created already receives data in firebase, that same data is sent from my App. The possibility to consult the same data in the firebase through a page made in HTML OR PHP     
asked by 10.01.2018 / 19:09
0
answers

Firebase authentication problem

I'm using Firebase for authentication and database of my app, everything was perfectly fine until (I'm going to say exactly what happened because I do not know if it's related or not) I start to tinker with the map that has in the app, trying to...
asked by 23.01.2018 / 06:24
0
answers

How to mount a list of data returned from firebase in Ionic 3?

I have the following code, I would like to filter all records that return through a SearchBar , I can not find a way to filter the data that is returned from the database and display on the screen for the user. ngOnInit(){ this.itemsC...
asked by 16.01.2018 / 00:14
0
answers

communication between a web console and firebase database

I can read data from the firebase dp database through a web console.  Can this data search be done through an HTML page knowing that the data is already stored in the database? NOTE: This data has been an App Trap     
asked by 11.01.2018 / 14:34
1
answer

Recover Firebase data with multiple child

I'm using this structure to save the data: private void salvar() { Protocolo protocolo = new Protocolo(); protocolo.setAssunto(edtAssunto.getText().toString()); protocolo.setnProtocolo(edtNProtocolo.getText().toString()); p...
asked by 06.01.2018 / 00:14
1
answer

I can not use Hosting on Firebase

When I try to make the hosting using the "firebase init" and then I choose the project and the host, I apply the "firebase deploy" but when I open the link this screen appears: What should I do?     
asked by 12.01.2018 / 16:55
1
answer

How to use Promise in Firebase Query?

I need to make basic promises like this: 1) Will do a query in Firebase, checking if there is a certain ID. If there is this ID, it will give the .then saying that it is ok and do something, if it will not give the .catch, stating the problem...
asked by 12.01.2018 / 18:17
1
answer

Error reading data from Firebase

I'm trying to read the data from the firebase and put it in the recycler view, but it's giving this error.    Error: (77, 73) error: FirebaseRecyclerAdapter constructor in class   FirebaseRecyclerAdapter can not be applied to given types;   r...
asked by 09.01.2018 / 11:59
1
answer

Receiving json from a web server

I'm working with firebase, and am fetching the data from the server with HttpWebRequest, I was able to retrieve this data as follows;    {"- L1OD7LjENM8ZHSpS7NE": {"Age": "18   years "," Name ":" vitor "," Telephone ":" 11   970705570 "}," -...
asked by 30.12.2017 / 20:02
1
answer

Sender ID Cordova Plugin Push

I'm developing an application that needs to be able to receive notifications via the server, and for that, I opted to use a plugin called phonegap-plugin-push var push = PushNotification.init({ "android": { "senderID": "XXXXXXXX" },...
asked by 20.12.2017 / 16:45