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...
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...
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...
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...
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...
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...
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...
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!
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...
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...