Questions tagged as 'firebase'

0
answers

Error configuring Crashlytics in Xcode

I'm trying to add Crashlytics to my project but I have a problem / error since I do not get errors in the Firebase console This is my pofile source 'https://github.com/CocoaPods/Specs.git' use_frameworks! swift_version...
asked by 29.03.2018 / 13:08
0
answers

Firebase + Fragments + Recycleview

I am responsible for a football team and I am trying to create an application where the data of the matches, players, statistics, etc ... come My knowledge of programming is scarce but through video tutorials I am progressing little by little...
asked by 16.03.2018 / 11:48
0
answers

Download Firebase Storage image from variable String

This is part of the code of the activity with several attempts to make it work, I have managed to directly put the complete uri but never putting the uri as String // Intent Intent intent = getIntent(); gName=intent.get...
asked by 17.03.2018 / 10:47
0
answers

problem loading recyclerview list with firebaseui

I'm very new in developing applications, I'm doing this app where I have to save some data in the cloud, I'm using firebaseui with recyclerview for it. I could upload the data but when loading the list my app is closed. Here I leave the code:...
asked by 08.03.2018 / 01:09
0
answers

Is it possible to do a relational query in Firebase?

Is it possible to make an invoice query and to popule the "client" property? in other non-relational databases like MongoDB it is possible and I want to do something similar in Firebase Thanks for reading: D     
asked by 05.03.2018 / 13:02
0
answers

how can I send a push event for the service worker to listen to?

I am working with a web app and push notification, I already have the service worker listening to the push event, but for now only when I enter the devtools and I go to the application to send the push manually, how can I make my server send the...
asked by 02.03.2018 / 19:11
1
answer

Problem to download url from an image stored in Firebase Storage

After a lot of searching I decided to ask them why I can not find the answer to my problem. I am making an application to show the information of the products that a business has using Firebase. In "Database" I have all the product information (...
asked by 28.02.2018 / 09:59
1
answer

Capture firebase data with angularfire2

I try to make an application that has an internal chat where users can send messages to each other and I have the following model The question is, how do I manage to capture the rooms where I have the ids of the registered chats in whic...
asked by 28.02.2018 / 06:29
0
answers

Upload image to Firebase Database

I'm having trouble uploading an image to Firebase Database with Android Studio, could it be uploaded by converting it first to String in this way? private void cargarimagen(){ Intent intent=new Intent(Intent.ACTION_PICK); intent.setTyp...
asked by 28.02.2018 / 17:54
0
answers

run firebase deploy on ionic

When running Firebase deploy I have an error that I could not resolve. this is what the console prints with a debug. PS C:\Users\Marco\Developer\MyApps\MyAppGas> firebase deploy --debug [2018-02-21T12:49:21.039Z] ---------------------------...
asked by 21.02.2018 / 13:53