Questions tagged as 'firebase'

0
answers

Push Notification Problem with Firebase

I'm using Firebase's notifications service to receive push notifications in my APP, the problem is when the application is in the background or dead, if the notifications arrive but they do not look like I built them (I assign a small icon, larg...
asked by 15.07.2017 / 02:05
0
answers

How to reduce FIFO of a Tapping ENEPC-2S1P

I need to reduce the FIFO or disable the FIFO of this card for communication Rs232 between the pc and a CNC     
asked by 10.07.2017 / 01:34
0
answers

Error with php-curl in ubuntu Server

I have an error using php - curl. This PHP file helps me send notifications from my server to firebase. I've tried it on a local server with windows and that same file works perfectly, but when I try it on my linux server it does not work....
asked by 06.07.2017 / 15:52
1
answer

how can I make the following table in firebase [closed]

The table that I show in the image is in MySQL. I want to make that same table but in firebase, how would that table be structured in the form of a tree as established by firebase?     
asked by 01.07.2017 / 19:10
1
answer

Get links of all the images stored in FIREBASE

I'm making an application with Android Studio and FireBase. The structure of the database in FireBase would be something like this: <code> "usuario_1":{ "id":"Gasdj21jk1231Hsd13", "datosusuario":{ "nombre":"Jose...
asked by 28.06.2017 / 18:33
2
answers

Firebase / Android - Wait for all the thread for a Handle

I have the following code: public synchronized void next(final RoomListQueryResultHandler handler) { this.setLoading(true); roomList = new ArrayList<Room>(); this.database.child("members").child(this.mUser.getUid...
asked by 28.06.2017 / 02:32
1
answer

Twitter provider in the AuthUI class of Firebase Android

Hi, I'm implementing authentication with Firebase UI in my app. I try to call the Twitter provider but I am noticing that my AuthUI class does not contain this provider, it only contains: public static final String EMAIL_PROVIDER = "email"; /...
asked by 28.06.2017 / 12:37
1
answer

Notification sent from vs c # using firebase

I am new to learning Firebase cluod messaging, I have an app developed in android studio configured to receive fcm notifications, everything is fine here, since the firebase console sends messages and they are received without problem. On the ot...
asked by 23.06.2017 / 20:24
0
answers

Firebase Database Post Arduino GPRS

I'm trying to perform a "post" operation in Firebase Database with a GPRS module. The AT commands of the modem are sent with an Arduino Uno GPRScommand("AT+CIPSEND", ">", "yy", 10000, 1); / delay(500); GPRSboard.print("POST .json?a...
asked by 19.06.2017 / 16:56
0
answers

Save "download url" obtained from Firebase in a Database

I have an app that allows you to select cell images and save them in Firebase and save the "download url" in the database ... The problem is that saving the URL in the database only saves me the half of this url. I did a toast to verify if it ca...
asked by 20.06.2017 / 16:38