Questions tagged as 'firebase'

0
answers

Filtrate non-ionic results with firebase database

I need to filter this list by the city field, picking up the text from the search field ...    <form #form="ngForm" (ngSubmit)="salvar(form)"> <ion-item> <ion-input type="search" ng-model="pegarvalor" placeholder ="Bu...
asked by 15.05.2018 / 20:41
0
answers

Display the node data in a ListView Firebase

I'm learning Android and I'm trying to display data from the Characteristics node in a ListView , however, it's not displaying anything in ListView . Anyone who can help will thank you. char_list.xml <?xml version="1.0" enc...
asked by 20.05.2018 / 19:28
1
answer

Connect Firebase to Postman

Is it possible to connect the Postman tool to the firebase? I need some program that makes the connection and then perform "POST" inside the firebase. I need to register several products there that contain price, description among others. And...
asked by 20.05.2018 / 15:24
1
answer

Incompatibility of the firebase version with that of google services

   Error: (40, 0) All firebase libraries must be either above or below   14.0.0 The error boils down to this. I've tried to solve it in several ways. I've never found a solution. The mistakes were changing and more and more they appeared, so...
asked by 14.05.2018 / 22:09
0
answers

Error calling a firebase function with javascript

I'm developing a web site using firebase. I'm good at the beginning even more I've faced problems. The login is going normal, but the registration is not. The error - > "Uncaught TypeError: firebase.auth (...) createUserEmailAndPassword is no...
asked by 23.05.2018 / 05:41
0
answers

How to generate random Firebase items within a FirebaseRecyclerAdapter - Android Studio

I am having difficulty generating random items received by Firebase, I have read the documentation but I was confused. I want to randomize items within FirebaseRecyclerAdapter according to the number of children entered. Ex: if I ha...
asked by 19.05.2018 / 16:54
1
answer

Retrieve an image in the Firebase Storage and display in the app using GLIDE

I'm trying to retrieve a Storage from Firebase using Glide , I searched in many places, I used the code the way I walked seeing and yet I could not recover the image at all. In the appendix shows how I wanted it to be, the first image shows h...
asked by 18.05.2018 / 21:51
0
answers

Ionic - Firebase Authtencation

How do I register user with Authentication, I know it uses authState.createUser(''); . but with att there is no longer this property, would have some that replace? createAuthUser(user: {email: string, senha: string }): Promise<Firebas...
asked by 09.05.2018 / 14:51
0
answers

Ionic 1 + Firebase Authentication

Would anyone have an authentication tutorial tip with Ionic 1 + Firebase to pass?     
asked by 07.05.2018 / 16:13
0
answers

I can not retrieve the getKey from an object in Firebase

I'm not able to rescue a child's pushId from Firebase. In the mClientDatabaseReference.addValueEventListener > > onDataChange I get the value but I can not assign it to the object. // Carrega os dados do mClienteAutoComplete m...
asked by 03.05.2018 / 14:50