Questions tagged as 'firebase'

2
answers

Populating a select with Angular2 and Firebase

blz? I was starting at Angular2 and I find Firebase to be a much better backend than Backand, because in a very short time I was able to connect to Firebase. The question now is, I'm trying to popular a select but it's coming without the names....
asked by 21.11.2016 / 00:20
1
answer

Spring Security Oauth + Firebase

Good afternoon. I'm implementing the security layer of my application. I decided that we will use Firebase to perform the authentication, and when it returns the access token to the client it will send that token to my Java server which will...
asked by 10.10.2016 / 22:20
1
answer

Authentication using php and Azure webapp services

Is there something like Firebase - with authentication ready for AZURE cloud? How do I make the php issue? Can you help me with an example?     
asked by 22.08.2016 / 19:20
1
answer

Firebase + Android + Spring to create microservices

The idea is this: I have an application in android that will consume my services that I will create using Spring. However, these services must have some security, where only people authenticated in my application can consume such services....
asked by 02.07.2016 / 18:43
1
answer

Login Firebase only works by double-clicking the button with ng-click

I'm making a login page with the email and password fields and a button that calls the following function: $scope.login = function(usuario){ $scope.isLoading = true; firebase.auth().signInWithEmailAndPassword(usuario.email, usuario.senha).cat...
asked by 03.06.2016 / 18:02
2
answers

Problem in recovering data from firebase

I recently started working with Firebase and am still learning what can be done by reading the available documentation. But one problem I'm having is in recovering the data inside a function. The problem in question is that to recover data from...
asked by 03.11.2017 / 11:07
1
answer

Infiniti Scroll with firebase and ionic

I am here in a tightening, I am using firebase v3.2.1 and trying to implement an infinity Scroll with ionic, the issue is that I do not know how to do it, I searched google and found a firebaseUtils library but it is not compatible with new vers...
asked by 22.08.2016 / 06:26
2
answers

Messages Firebase in Portuguese

I made the registration of users through Firebase and after the completion of the registration is sent to the email for the user to validate access. However, Firebase messages are in English. Is it possible to get these messages in Portuguese?...
asked by 10.12.2018 / 02:11
1
answer

FireBase database

I read an article about Firebase, I find it wonderful what in theory it can do. I would like your help because I want to create a CRUD, but I have always used Mysql. For the little that I understand uses JSON (NO-sql). How can I manually crea...
asked by 16.10.2017 / 19:19
1
answer

Put Firebase link on every Android app button

I need the image button to take the Firebase link to download the application image. I'll introduce my App to be clearer. I have this app: IwasabletousethetextandimageoftheFirebaseDatabaseandFirebaseStore.Theyareappearingcorrectly. Iw...
asked by 19.10.2017 / 20:03