Questions tagged as 'firebase'

1
answer

Change the color of a list according to a certain variable

I'm trying to get my schedule list to have each row with different colors for each category that was set, this list is populated by data retrieved from the firebase going to the template class, I wanted it when this DialogFragment was called to...
asked by 18.10.2017 / 03:36
1
answer

notifyDataSetChanged () does not work

I'm in a chat application and would like to use notifyDataSetChanged to scroll to the end of the page automatically without the user having to read all the messages. however when I try to use notifyDataSetChanged the Android does not recogn...
asked by 17.10.2017 / 03:12
2
answers

Error connecting app with Firebase

I'm trying to connect my App to Firebase, I already followed the steps given in the site itself, in addition to seeing some videos from other authors, however I always encounter the following problem: Could not locate configuration file: 'Goog...
asked by 02.11.2017 / 20:47
1
answer

How to Enable Firebase Offline Persistence

I'm having trouble enabling persistence of firebase offline data in my app. The problem is the following, I have an auxiliary class called ConfigurationFirebase that starts the required objects from the firebase, to make the queries and save dat...
asked by 14.10.2017 / 22:59
1
answer

Email confirmation of registration with Firebase

I am trying to use the sendEmailVerification() method of Firebase after registering the user through Login by email. My problem is that I do not see the option to use this method after creating the user in the database through...
asked by 07.10.2017 / 22:25
0
answers

Failed to bounce to type?

The error occurs when I add the attribute of type long, with the type String does not give error, I can insert into the bank but it gives error in getvalue . Follow the code package com.mycompany.parcelasdecartao; import android.ap...
asked by 07.10.2017 / 17:22
1
answer

Error while running the "npm run prod" command in Git Bash to give Build in an Ionic 2 project

I'm having a project ready for publishing, which was created with Ionic 2 using the Google Firebase API, but when I try to build the project for production, with the following command in Git Bash: "npm run prod" is displayed an error I could not...
asked by 20.10.2017 / 20:32
1
answer

Delete firebase log

Hello, I read the records from the firebase and insert them into an array of objects. The Json class has only the business fields and does not have the key field. To delete an evaluation record the best approach would be to change the Json class...
asked by 20.10.2017 / 22:47
1
answer

ID Count with Firebase - Android

In my application, I have an entity called Game that has, among other attributes, an ID . I need every time this entity is instantiated the ID is incremented by +1. This works until the application is terminated, because when I open the app a...
asked by 18.10.2017 / 16:00
1
answer

Android development recovering data firebase

HelloIhaveadatabaseonfirebasethathassomemoviesandseriesandeventvshows,Iwantedtoseparatetheseattributesintogenres,forexample:whateverseriesisfixedinseriesandwhatevermovieisfixedinMoviesetc...butthisIwantedtoputincardsusingrecyclerviewtolistandi...
asked by 02.10.2017 / 17:54