Questions tagged as 'firebase'

0
answers

Problem requesting Firebase Storage

When I try to download something from the storage service of firebase, and I pass as a parameter to the method getReferenceFromUrl of the class StorageReference , I get the following error: com.google.firebase.storage.StorageExce...
asked by 17.04.2017 / 14:14
1
answer

Ember js firebase upload error when uploading file

Hi, I have a problem when wanting files to firebase, it sends me the following error, I do not understand why it tells me to add in mirage / config, I do not use that.    assert.js: 36 Mirage: Your Ember app tried to POST ' link *** * .appsp...
asked by 13.11.2016 / 00:22
1
answer

Authenticate user and send notifications with Firebase

I am working with a webservice rest in java in which the users access the data of a base de datos mysql , the authentication was done with JWT . Then, looking for how to send the notifications I stumbled upon Fire...
asked by 23.08.2016 / 00:42
0
answers

Change of Name Property Analytics Firebase

Dear, I need to be able to change the name of the property that appears in Google Analytics, this name comes from Firebase Analytics and apparently it takes the name of the package, is it possible to change this name in Google Analytics, to a pe...
asked by 11.07.2016 / 22:58
2
answers

TextView inside FirebaseListAdapter

When declaring a FirebaseListAdapter you can use a view to show the data within the ListView to which the adapter is set. But when placing a TextView for example here. Firebase cursosRef = rootRef.child("NRC"); FirebaseListAdapter&l...
asked by 26.05.2016 / 02:18
2
answers

JsonMappingException: Can not deserialize instance of com.example.package.XXX out of START_ARRAY token

I am trying to use FIREBASE in Android and I have uploaded my JSON created in my FIREBASE account, but something I do not understand is that I do not get the JSON wrong, or the "Retrieving Data" part of the Firebase I'm doing wrong, Here I am th...
asked by 13.02.2016 / 10:46
2
answers

Is it possible to have two projects with the same package name?

My idea is to be able to use the same Google.services.json file for two different projects, since I have a limit of 3 projects in firebase and I have already used the maximum. I want to be able to use the same json file for two apps that use the...
asked by 03.12.2018 / 02:33
2
answers

Go to another activity by clicking on RecyclerView

Hi, I'm working with a RecyclerView and a barra de buscar in Android Studio with Firebase , my search bar if it works but what I try to do is that when I click on an option of RecyclerView is sent to another...
asked by 08.12.2017 / 03:12
1
answer

Receive notifications from different FCM "senders"

I have implemented firebase in a base project and receive respective notifications in the FirebaseMessagingService service, so all right, but then I implement a library that already has firebase but when it sends notifications from your server,...
asked by 10.03.2017 / 22:54
1
answer

How can I get my firebase records from 10 to 10? [closed]

I have my database in firebase and I want you to return the data of 10 in 10 every time you press a button. How can I do this?? I am programming in android studio and I am new in this of firebase Thank you very much ... This is what I'm doing...
asked by 19.07.2017 / 17:53