Questions tagged as 'firebase'

0
answers

Problem with redux-saga and firebase when executing a actions

I'm trying to activate an action in the execution of a saga, the problem is that the Action is never activated, this is the code: import firebase from 'react-native-firebase'; function authorize(query) { console.log(query.size); if(query....
asked by 02.07.2018 / 08:22
0
answers

I can not save name when registering a user - Firebase and javascript

function crear() { var auth = firebase.auth(); nombre = $("#NombrePerfil").val(); correo1 = $("#correo1").val(); password1 = $("#clave1").val(); password2 = $("#clave2").val(); if (password1 == password2) { password =...
asked by 28.04.2018 / 20:15
1
answer

Create a new theme for Firebase notifications from aspx.net

I'm doing an app for Android and I want to be able to send notifications from an asp.net server. Since the Google Firebase console works correctly, you can send a notification to all devices that use the application. As I have read it is n...
asked by 20.10.2017 / 16:16
1
answer

JSQMessagesViewController And GeoFire are not compatible?

I am working on an application in Xcode with Swift 3 for IOS where I am using GeoFire to know the location of the users but when I try installing the JSQMessagesViewController pod in my project I get an error with GeoFire:    "Firebas...
asked by 22.02.2017 / 21:45
0
answers

Consult the Firebase database

It turns out that I am developing an application in ionic and with reference to firebase, my application has a login associated with it that works perfectly but it presents me with a problem and it is that it does not ask me the data query in th...
asked by 14.03.2017 / 18:18
1
answer

When inserting html code from javascript, css fails

I have a code in javascript that accesses to firebase to obtain information and then inserts html code with this information. All this does but not as expected. For example, it uses images but instead of putting them with a specific size, it put...
asked by 02.01.2019 / 23:32
3
answers

Firebase notifications

How can I make the firebase notification that arrives while the screen is off emit the sound I have in my raw folder. (if the app is in the foreground the sound runs without problem)     
asked by 01.06.2017 / 07:42
1
answer

Firebase Hosting with Vue.js

I have a problem with Firebase Hosting when uploading my Vue.js project that connects with firebase The architecture of the files is as follows. and the file firebase.json is the following or in code { "hosting": {...
asked by 12.09.2018 / 02:41
2
answers

"ERROR TypeError: Object (...) is not a function" using AngularFirestore and firebase

I want to use Firebase and angularfire2 in my app, the first thing I did was install it with: npm install firebase@latest angularfire2@latest --save Then I added the statements: In environment.ts export const environment = { produc...
asked by 16.05.2018 / 22:50
1
answer

Problem with if () with variables that increase and change according to the database

I'm making a website for my mobile app, the truth is that I do not know much about Javascript (nothing really) and I have almost everything I need, the only thing that is giving me problems is this code if (), the which apparently does not recog...
asked by 03.04.2018 / 16:03