Questions tagged as 'firebase'

0
answers

Ionic BaseService Issues

My BaseService provider on Ionic is giving an error. import { Response } from '@angular/http'; import { Observable } from 'rxjs'; import { AngularFireList, AngularFireObject } from 'angularfire2/database'; const extractError = (error: Respons...
asked by 08.08.2018 / 03:00
0
answers

Do a search Within a custom Listview with firebase

Basically my project resembles a social network, using the firebase realtime database, however I came across a problem, I created a custom listView and my idea was ... How I had 2 childs > Users > Posts, in the Child post has a user email n...
asked by 02.08.2018 / 03:27
0
answers

Firebase Auth - Verify custom domain (for sending email)

Good afternoon! I'm trying to verify my proprietary domain in the "Authentication" part of Firebase, so I can send emails and manage user accounts via my domain. IhavealreadycreatedtheDNSrecordsasdirectedandrequestedbyFirebase(imageabove)...
asked by 01.08.2018 / 21:46
1
answer

how to search the groups that the user participates in Firebase?

I have an android java app and want to know how do I search the groups that a user participates in ... How do I join to find only the groups that the user participates in? (the attendee table links the group and user tables)?     
asked by 09.08.2018 / 18:13
1
answer

Save data on more than one node in Firebase

Well I have the following code: private void abrirCadastroContato() { String emailContato; emailContato = "email"; int contador = 1; while (contador <=3) { if (contador == 1) { emailContato = "[email protected]"; }...
asked by 01.08.2018 / 14:33
2
answers

Ionic: Make the confirm button return to the first error of the form

Hello, I have a project in ionic / firebase and it has a form with about 31 questions and I need it on this screen to click to finish instead of going back to the top as follows in this function that is in code this.content.scrollToTop();...
asked by 03.08.2018 / 21:23
0
answers

How to display in HTML that const and manipulate?

Good afternoon guys! I am developing an app and I need it in the html file, have a list of the users of the firebase database and then need to create a conditional to manage the permissions when the user is in some category ... in my code, I hav...
asked by 31.07.2018 / 19:12
0
answers

How to create a user through a user already created with Firebase Auth?

Create a user through another user with Firebase Authentication I need to create an account, and from this account create other users who will have access to the same records as the main account database. It should be taken into account t...
asked by 30.07.2018 / 16:12
0
answers

How to limit the time of a query to Firebase?

I would like to know a way to limit the time for requests to the firebase or even cancel the current query if there is a delay in the response from the bank.     
asked by 28.07.2018 / 13:57
0
answers

Integrate firebase database users to the Joomla site to receive notifications whenever a new article is published

Integrate firebase database users into the Joomla site to receive notifications every time a new article is published. I have a site in joomla (www.infobnews.com.br) and created - for him - an android app. Users are registered via APP in the fir...
asked by 26.07.2018 / 00:22