Questions tagged as 'firebase'

0
answers

Android Service with Firebase takes a few hours to answer

good morning I'm on android 8 Oreo and I need my service to always run in the foreground; so far it is not destroyed, since I execute it with startForegroundService along with a Notification of IMPORTANCE_HIGH within the first...
asked by 09.07.2018 / 14:17
0
answers

how can I generate an AAR that has the functions of firebase analytics and then use it in other android studio projects?

I have created an app in android studio which has the connection to firebase analytics, that is, it already registers events and everything works fine. Then I generate an AAR from that app. I create a second app in which I import this AAR librar...
asked by 04.07.2018 / 19:53
1
answer

What ports does Firebase Realtime Database use to send data?

I'm using Firebase Realtime database to develop an Android and iOS app using React Native. When I send data from my development computer (which is connected to network A) everything works fine. Create release versions for beta testing and...
asked by 04.07.2018 / 14:15
0
answers

User roles firebase vuejs

I have a small app made in Vue (template webpack) to which I have integrated the authentication in firebase, everything works fine, registration, login and middleware to protect the routes, but I have not been able to implement user roles, in th...
asked by 07.07.2018 / 03:46
0
answers

Electrons + Firebase login

signIpBtn.addEventListener('click',()=>{ let emailField = document.getElementById('email').value; let passwordField = document.getElementById('password').value; firebase.auth().signInWithEmailAndPassword(emailField, passwordField)....
asked by 26.06.2018 / 00:43
0
answers

Angularjs and Firebase - do not show json data in ng-repeat

Let's see if someone can help me because I'm stuck at this point. What I'm doing is a test with firebase and its database (Cloud Firestore) + angularjs. This is the following code: // Initialize Firebase var config = { apiKey: "xxxxx...
asked by 28.06.2018 / 21:55
1
answer

Specific query in Firebase with python

I'm trying to integrate firebase with my python project. Using firebase cloud. I want to get a result like the following:    Name: xxxxx Surname: xxxxxxx Address: xxxxxxx To do this, use the following code to perform the query. impo...
asked by 03.07.2018 / 18:39
0
answers

Firebase, send notifications but do not report from php

I'm sending notifications from php, mark me {\"multicast_id\":xxxx,\"success\":1,\"failure\":0,\"canonical_ids\":0,\"results\":[{\"message_id\":\"0:1529689647382093%bd778deaf9fd7ecd\"}]}" The problem is that it does not arrive despite sayin...
asked by 22.06.2018 / 20:02
1
answer

Firebase database delete item array

I can not delete the items I have in an array with the following code, trying two ways but nothing happened to the image of the bbdd and the code. Maybe it's doing it with onDataChange ??? public void deleteEvent(View view) { database...
asked by 16.06.2018 / 17:52
1
answer

List knots from firebase database

I want to list from the firebase database 2 knots: I have a knot that I call Restaurant and another Categories. In Categories I have two different knots where I put 2 knots children who in turn have children. I want to list in a recycleview...
asked by 16.06.2018 / 00:01