Questions tagged as 'firebase'

1
answer

How to get genre from a Google user in an app using Firebase?

I'm developing a native Android application and the form of authentication is by Google profile. I would like to get the gender of each user, at signup time, to verify whether it is male or female. Is it possible to do this? In this question...
asked by 12.07.2017 / 15:13
1
answer

FriendlyChat - date in messages [closed]

Implemented in my Android Studio project FriendlyChat available in codelab. But in the messages there is no date and time. How to implement the date and time in this project? Here are the Friendly Chat codes Could anyone help me?     
asked by 28.03.2017 / 03:12
2
answers

RestSharp connected with Firebase but does not show result

I've made a service on C # and now I need to connect this service to my bank on FireBase . The following is the Library method for connecting to FireBase : public static void restAPI() { var client = new RestClient("https:/...
asked by 01.02.2017 / 17:51
1
answer

Error displaying information in the Android + FireBase listView

I have two problems with this program ... the first is that when registering it does not enter the first loop of msm being td right ... it jumps and displays the message "no data", the second problem is that dps of clicking the register button i...
asked by 25.10.2016 / 02:46
1
answer

Is the firebase quota per account or pro project?

Well, I'm having a question about the firebase quota, here is the firebase quota information link . However, the page does not tell you if the quota is per account or per project. I wonder if anyone can help me. Thanks in advance.     
asked by 27.12.2018 / 00:56
1
answer

"Table" for queries only - Firebase

I'm developing an app with firebase ( RealTime ) and ionic3 . I do not have much knowledge in this technology, and I was not able to clarify a doubt with my researches:    Is it possible to create a query-only table? For exampl...
asked by 03.12.2018 / 20:40
1
answer

How to make only one user access to activity?

I need your help because I'm having a hard time making only one user access to a certain activity. Ex: I am developing an App where settings screen only I will have access with my user, no other. I want to leave this set up in code just my us...
asked by 07.11.2018 / 11:57
1
answer

Firebase does not save data

So I'm having a problem and I can not solve it in order to study. I'm creating an already famous app and my doubt is the following when registering a user. Your name and email are not saved in the database. all the codes for this function: re...
asked by 24.12.2018 / 20:54
1
answer

Firebase: signInWithEmailAndPassword failed: Second argument "password" must be a valid string

I'mgettingareturnnullformysecondparameternexttothesignInWithEmailAndPasswordmethod.Thiserrorinhibitedmyauthentication.publicautenticar(email:string,senha:string):void{firebase.auth().signInWithEmailAndPassword(email,senha).then((resposta:any)=&...
asked by 22.12.2018 / 03:06
1
answer

Page loads before the firebase data returns.

I'm having a controller, where I look for data from the firebase, but when doing this search the code undergoes a delay and the page is loaded before with empty data before the query actually ends. My controller: function DashboardControlle...
asked by 12.10.2018 / 19:57