Questions tagged as 'firebase'

1
answer

Return the firebase.auth message in typescript

I'm using Firebase in the back end of this login, but I'm not able to use the information that comes back from firebase.auth to check if it failed or not and thus set false or true authentication, msgErro turns a json object, which I can use in...
asked by 04.08.2017 / 07:15
1
answer

Firebase user authentication

I use the firebase email and password authentication feature, but wanted to get more user info as a phone. Can you do this?     
asked by 23.07.2017 / 01:27
1
answer

Keep data coming from Storage Firebase

Well guys, I started working with firebase storage, I was able to send and receive firebase data normally using the documentation. But I would like the photo that the user sent and received was kept even without internet access, does anyone k...
asked by 30.06.2017 / 06:07
1
answer

Firebase queries

I am having an error when I perform queries in firebase, my code for querying is as follows: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_perfil);...
asked by 13.07.2017 / 15:51
1
answer

Get the value of my id generated with the push in firebase

How do I go through these ids that I generated through the push and I can get the value of this id pq in the future I will need to use for the time that the user clicks on a list I move from parameter that id to another screen so that I can load...
asked by 04.05.2017 / 20:48
1
answer

Authentication with Facebook and Google in Firebase - Android Studio

I'm developing an Android application, with Android Studio, using Firebase initially for user authentication. The code is too long, so I will not copy it here, but it's available at Github . The Google login has already been implemented, t...
asked by 21.04.2017 / 00:46
1
answer

Add items at the top of RecyclerView with FirebaseRecyclerAdapter

How do I add items to the top of a RecyclerView using FirebaseRecyclerAdapter ? By default, whenever I add an item, it goes to the bottom of the RecyclerView list, and I want it to go to the start. Remember that this adapter is d...
asked by 10.06.2017 / 01:18
1
answer

Add +1 every time a child is called Fire Base

Hello, here I am again with the fire base saga: p, So how can I add +1 to child Users when someone enters an activity, in the case of a user profile, I want to do the same in the profile of the community here, Thanks in advance. I t...
asked by 07.03.2017 / 14:55
1
answer

Manipulate Firebase data in controller with angle 1

I'm working with Angular 1, angularfire and Firebase. I made the following call that returns the following data to me: var _refLista = firebase.database().ref() $scope.lista = $firebaseObject(_refLista.child('listas').child(idLista)) console.l...
asked by 15.02.2017 / 01:12
1
answer

How do I save latitude and longitude in Firebase?

I was told that I have to save as double , but I do not know how to do it, if someone can help me I appreciate:) public class MapsActivity extends FragmentActivity implements OnMapReadyCallback { private GoogleMap mMap; Marker m...
asked by 27.11.2016 / 16:38