Questions tagged as 'firebase'

2
answers

How to create a configuration screen in an Android app that appears only when the user is registered?

I'm developing an android with Firebase authentication, I need place a screen where the user will define a "nickname", but it must be immutable. Therefore, this screen must appear soon after the registration and only this time, when accessing...
asked by 02.08.2017 / 15:40
2
answers

Search with Inner join [closed]

I'm doing a search where the user enters the order ID and the system does return the request's observation, product code and qtd. And these data are arranged in 2 tables. (I did not create the bank, it already came ready) However, with my query...
asked by 20.10.2017 / 20:26
1
answer

Retrieve firebase ID in a ListView

I'm trying to retrieve the id from firebase in my android project. I'm starting to work with firebase now and I do not know much. It's kind of different from Parde where he already shows me the ID. Does anyone know how I get the firebase id? In...
asked by 04.11.2016 / 11:29
2
answers

Javascript Chat does not return function

I learned that Firebase is an API that helps to create real-time apps , but following a little I know about JS, I tried to create a chat. I did not understand exactly why I could not return a message. Below I leave the study code: <!DO...
asked by 29.08.2014 / 15:51
1
answer

Infinite loop when retrieving and writing data in Firebase

I'm new to Android and had a problem retrieving a data from Firebase and recording again, I know the reason for the infinite loop but I do not know how to fix it. public static void setVoto (String candidato){ votoFirebase = referenciaData...
asked by 26.07.2018 / 20:28
1
answer

Search for strings in string

In a java-filtered search using .startWith (query) for example: I want to search for "Military Police" in the search I type "Police" and police appears, okay. If I type "military", it does not appear in my search. How do I search th...
asked by 12.05.2018 / 13:43
2
answers

I need to click the button twice to get the value

Someone knows what I did wrong, because I need to double-click the button to pull the value. package fabiohcnobre.jhotelcolonialdosnobres; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.wi...
asked by 15.09.2016 / 04:43
1
answer

What can you do with Google Firebase? [closed]

I've known Firebase for some time, but I've never been able to do anything, I'd like to know what I can use, do, create etc using the APIs, etc. Note: No Mobile application, Web only!     
asked by 26.09.2016 / 02:17
1
answer

Android does not resolve Firebase dependencies

I'm having an error resolving gradle dependencies: I try to compile and get the following error: Error:FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > Could not resolve all de...
asked by 18.07.2016 / 21:06
1
answer

Error trying to execute firebase forgot-password

I'm doing the firebase's forgot password screen and it's giving an error when I put the .sendPasswordResetEmail. This is the version of my firebase: implementation 'com.google.firebase:firebase-core:11.8.0' implementation 'com.google.fireba...
asked by 28.11.2018 / 19:36