Questions tagged as 'firebase'

0
answers

Send HTTP POST REQUEST in JSON format to the firebase API

I am developing a APP of sending PUSH , from a APP I could send a HTTP POST to API of firebase , this means that when this message arrives at the API it is entrusted to send a PUSH to all the nodes...
asked by 23.11.2018 / 16:49
1
answer

Upload a file to Firebase storage using vue.js

I have an html file that receives the file through an input <div class="form-group col-sm-12"> <label>Adjunte la copia de la cedula de conyuge en formato PDF</label> <input type="file" ref="cedulaTrabajador" @change="a...
asked by 27.11.2018 / 22:51
0
answers

FILL IN MULTIPLE RECYCLERVIEW WITH FIREBASE, ERROR ANDROID STUDIO

I have a problem filling the recyclerview through firebase , I have 3 adapters, two horizontal adapters (one filled with firebase and another directly from the code android studio), and an adapter that orders the two adapters...
asked by 23.11.2018 / 00:10
0
answers

Show App with locked screen

Is it possible to show some tab of my application when the screen is blocked ?, something similar to the display of the music control panel when the screen is still blocked ... I want to show the change of some numbers in real time, but I do...
asked by 01.12.2018 / 15:28
0
answers

Android Studio and Git with Firebase, different project for each Branch

I wanted to ask a question because I do not know how to continue. I have a project in Android Studio working with Firebase (I use the services Storage, realTime Database and Auth). In turn, I manage the versions of the project with Git. Now I wa...
asked by 23.11.2018 / 12:32
0
answers

Upload image to Firebase with Angularjs and Nodejs

I have the problem of wanting to save an image in the firebase database, I only found on the internet code to save the name of the image and then show it locally, but in my case the page will be hosted on the internet. $scope.load = function(v...
asked by 20.11.2018 / 18:47
1
answer

Display Data stored in firebase in an Android Studio activity with a list view

Hello I wanted to ask you a question what happens is that I have data saved in firebase in the following way users that are my different users and within these users there is a score field that contains other data What I would like is for...
asked by 20.11.2018 / 19:51
0
answers

Remove Key in Firebase with React Native

I have a mobile practice application which I am developing with React Native that allows you to add notes and upload them to Firebase. I can currently bring and add notes from Firebase to my app. I am very beginner and I am having problems to el...
asked by 22.11.2018 / 06:06
2
answers

Default activity in Android Studio problem

Hello, how are you? I have a question: What happens is that I have my application made in Android Studio and I have three activities the Login menu and the submenu. When I'm unlocked and close my application appears again in the login to l...
asked by 16.11.2018 / 08:58
1
answer

Get all the fields of a document

How can I get all the fields of a Firestore document. For example if in a collection I have several documents, and in each document I have fields; but each of these documents does not have the same number of fields, some have more and others les...
asked by 15.11.2018 / 07:17