Questions tagged as 'firebase'

0
answers

Error 403 disallowed_useragent, when logging with google in mobile browser using angularfire2

Hello, I'm using the package angularfire2 v4.0.0-rc.2 in an angular project4 posted in firebase. I have integrated the facebook and google logins and both are working perfectly in the pc browser and also in a native android app. When I try...
asked by 11.09.2017 / 05:24
1
answer

FIREBASE WARNING: Using an unspecified index

I'm getting the following error:    FIREBASE WARNING: Using an unspecified index. Consider adding   ".indexOn": "route" at / drivers to your security rules for better   performance Firebase rules: { "rules": { ".read": "true...
asked by 28.08.2017 / 14:23
0
answers

Relate IDs with JavaScript

I need help with javaScript (I'm a beginner in programming). I have a list of players registered in the firebase and I need to connect each player with their respective time of proof. A player has id = player1 and has a time with id = timePlayer...
asked by 10.07.2017 / 03:39
0
answers

Error sending data to Firebase

Good afternoon, I'm developing an application and I'm having trouble sending the data to Firebase ... I created a Cadastre screen where you have the email field, password and name. I imported the gradile compile equal to the firebase document...
asked by 10.07.2017 / 21:32
0
answers

How to request data from the user and write to firebase?

I'm starting in the development of android apps, and I'm having a doubt, I'm creating an app like tinder, where I have two types of users, the client and the advertiser, both will login through facebook, After this login I wanted the user to sel...
asked by 13.07.2017 / 20:43
0
answers

Firebase Notification with Javascript

Greetings! Well, I'm developing a Firebase-based project that uses many functions from it, such as Firebase Realtime Database to save data and reference them when needed, Firebase Authentication to login, and even Firebase Hosting for hosting si...
asked by 20.06.2017 / 04:03
2
answers

Error receiving data from Firebase

I'm having problems with my TCC, I'm not able to receive data from Firebase and display them in a listview, it has an error, I'm using ValueEventListener to try to get the data ... listview is in fragment . Anyone know...
asked by 06.06.2017 / 15:59
0
answers

Notification with Firebase Cloud Functions for single device

I have a problem sending notifications using the Firebase Cloud Functions, in case I would like the user to send notifications from the site, hosted by Firebase Hosting, to an android device. To do this I thought about having the user who wanted...
asked by 26.06.2017 / 22:59
1
answer

Desktop and cloud system integration

I have a desktop system where I need to send some data to the Google Firebase service. I would like an idea of what would be the best way to send this data to Firebase , and it may happen sometimes that there is no internet connection. A...
asked by 02.07.2017 / 06:27
0
answers

Best place to put dispatch in CollectionView with Firebase

I'm breaking my head with an application based on some examples from Brian Lets Build That App , tailoring your videos to my need. I'm downloading some Firebase images and updating a collectionview. What I'm having problem is not knowing the be...
asked by 02.05.2017 / 20:52