Questions tagged as 'firebase'

1
answer

FireBase, Undefined symbols for architecture arm64

When I try to compile to upload a new version of my app to the Appstore, this problem appears: " "_OBJC_CLASS_$_FIRApp", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture arm64 clang: error: lin...
asked by 13.03.2017 / 17:30
1
answer

how can I show only the content of a notification

if(getIntent().getExtras() !=null){ for (String Key:getIntent().getExtras().keySet()){ String value = getIntent().getExtras().getString(Key); tvMostrarInfo.append("\n" + Key+":"+value); //... } This is the code and if it sh...
asked by 07.03.2017 / 03:06
0
answers

Problem when populating Recyclerview from Firebase Database on Android

Good afternoon, I have a problem when populating recyclerview with data from Firebase database. These are the data that I have stored in the Firebase database: They all have the same characteristics (description, image, price, type)....
asked by 03.02.2017 / 20:26
1
answer

Firebase Custom Auth - signInWithCustomToken creates the user without Email

I am using the Firebase Custom Authentication System for an app that I am developing with Ionic (v1) and I use Laravel 5.2 as an Auth backend. When a new user registers, they generate a token with laravel (using firebase / php-jwt) and return it...
asked by 04.02.2017 / 16:39
2
answers

FCM cordova push notification not received in secondary page

I have the following problem with the plugin FCM.plugin to connect Firebase Cloud Messaging with cordova. My application is a login and then a secondary page where I load all the content. The problem is that I do not receive notificati...
asked by 03.01.2017 / 17:10
1
answer

How to use AngularJS filtering with Firebase

I have a problem at the moment that I want to filter a array of my database of Firebase , and it is that when filtering I get the following error:    Error: [$ injector: unpr]    link $ injector / unprp0 = orderByPriorityFilterP...
asked by 30.12.2016 / 20:56
0
answers

Ionic2 Firebase

I have a small application for light control, it works very well, but when I start it for fourth or more times, the application no longer connects with Firebase (it does not show me the controls), but the application is still working. I lea...
asked by 20.01.2017 / 21:57
0
answers

Pipe in Angular returns the values in the console but not in the screen

I have this pipe , it prints me in the console the values I want but not on the screen. This is the pipe code: import { Injectable, Pipe } from '@angular/core'; // AngularFire import { AngularFire } from 'angularfire2'; // Firebase imp...
asked by 11.03.2017 / 00:08
1
answer

Send a Map between different html Javascript files

Hi, I am working with 2 htlm's ( login.html and assistance.html ), each with its respective javascript ( login.js and assistance.js ), in login.js I create a user map (usersMap). How could you use usersMap in assistance.js so you do not...
asked by 16.12.2016 / 20:29
0
answers

Communicate firebase token [closed]

Good, I have a web service and an android application, when I login with a user and pass in android I check it on the server and it returns a token, how can I register this token in firebase? or what I have to do to be able to establish the devi...
asked by 21.12.2016 / 19:58