Search Discussions
-
Hi Firebasers! We've been hard at work improving Firebase since joining Google a year ago. In fact, we just crossed over 300,000 developers using Firebase! We're now working alongside different parts ...
James Tamplin
Dec 17, 2015 at 12:10 am
Mar 23, 2016 at 5:15 pm -
Hi all, I'm trying to connect to my firebase data with the following javascript: var ref =new Firebase(rootFB + "customers"); ref.on("value", function(snapshot) { alert('loaded'); }); When I run the ...
Patrick Tisdel
Dec 7, 2015 at 3:30 pm
Dec 28, 2015 at 5:06 pm -
I want to filter to the last 50 messages because that list can have millions of messages, so I have this code and none works: var chats = new Firebase(FBURL + "/messages/" + $stateParams.roomId) ...
Fernando Hernández Elías
Dec 28, 2015 at 6:35 pm
Dec 28, 2015 at 8:03 pm -
Hi people, I'm inserting my data like this: my_group - idGroup (From Relational Database, ex: 1) - hash_key (ex: K5D1RE8l4oPVYoM13RW ...
Rodrigo fonseca
Dec 11, 2015 at 6:11 pm
Dec 12, 2015 at 11:00 pm -
Hey People, I'm trying to update '$$updated' every time my child from "business_hours" is changed, so i create this code. Everything is working fine, $$added is working perfecctly, but my $$updated ...
Rodrigo fonseca
Dec 11, 2015 at 11:14 pm
Feb 23, 2016 at 9:53 pm -
Hi! Yesterday, I posted a question in this groups about how to query data using deep paths and keys. The answer was really simple and solved my problem. The other problem I have now is I don't know ...
Vincent Bergeron
Dec 18, 2015 at 2:54 pm
Jan 4, 2016 at 8:09 pm -
Using Google App Engine to connect to Firebase is throwing a 'thread' error. I've been following the tutorial at this link as closely as I can ...
Doug Thompson
Dec 30, 2015 at 4:47 pm
Dec 31, 2015 at 1:33 pm -
Hello, I am having an error I have distilled down to the following test case: ref.orderByChild("activeList").startAt(true).on("value", function(snapshot) { console.log(snapshot.val()); }); activeList ...
Chaz Estell
Dec 15, 2015 at 11:45 pm
Dec 19, 2015 at 2:01 am -
Let's assume that we have a *photo sharing app*, where users can* upvote* photos and photos are showed in their *feed*. Each user has his own feed which corresponds to an unique node in Firebase and ...
Paweł Kacprzak
Dec 31, 2015 at 4:49 pm
Jan 1, 2016 at 9:39 pm -
Hello, I was excited to see that Firebase was now supporting Unity3D (https://www.firebase.com/blog/2015-12-18-firebase-unity.html). So I downloaded the repository to test this. But I when run the ...
Frank den uijl
Dec 28, 2015 at 3:52 pm
Mar 10, 2016 at 3:29 pm -
Hi all! The Dropbox Datastore API will stop working April 2016. Hence I'm looking for a good replacement which fits my needs. My app is for Android only. I built a small app with Firebase and two ...
Benjamin Glatzeder
Dec 7, 2015 at 3:29 pm
Dec 16, 2015 at 5:05 pm -
Anyway to add a redirect/rewrite rule to the firebase.json for clean urls? i.e. remove the .html from all urls, allowing you to have links like /page instead of /page.html -- You received this ...
Chris Faiette
Dec 15, 2015 at 5:47 am
Dec 17, 2015 at 11:31 pm -
Hey guys, struggling to find answer to this. Looking for how to do this in principle: - I have 1-on-1 realtime conversations - When 1 of the users leaves the conversation and then the other posts a ...
Josef Richter
Dec 8, 2015 at 10:31 pm
Dec 13, 2015 at 3:02 pm -
I've created an android app that helps people find NA meetings in their area. When testing debug versions in AndroidStudio I haven't had any problems. After building a release version, all data from ...
Antonio Cicero
Dec 12, 2015 at 5:07 pm
Dec 13, 2015 at 5:18 am -
Hey All, So I am no pro but since Redux isn't working that well with React Native atm and since my data is all working via Firebase, I decided to try to tackle the need of React and Firebase ...
Braden Napier
Dec 8, 2015 at 5:10 am
Dec 8, 2015 at 10:31 pm -
For each rule, is it necessary to always first check for a auth !== null? It seems redundant to have to do this for every child rule, especially if I make the default root .read and .write rules auth ...
Norman Cheng
Dec 2, 2015 at 1:13 am
Dec 2, 2015 at 6:39 am -
I'm using setWithPriority to order my itens, but i've 2 questions about it (i google this before and i didn't found anything about it): - If i want to update some priority and reorder my itens, it's ...
Rodrigo fonseca
Dec 11, 2015 at 6:43 pm
Jan 18, 2016 at 8:07 pm -
I am trying to create a login flow for my single page web app with redirect. I am using the JS SDK. I am using the Google authentication with redirect but I can't get it to work. I have two flows ...
Gil
Dec 24, 2015 at 2:51 pm
Dec 28, 2015 at 9:13 pm -
I'm using the Firebase JVM library on App Engine to read and write data to firebase. My App Engine module uses basic scaling, which according to my understanding is required to get the Firebase ...
Erik Kuefler
Dec 7, 2015 at 12:49 am
Dec 14, 2015 at 9:04 am -
The Firebase doc for JAVASCRIPT WEB GUIDE Google Authentication https://www.firebase.com/docs/web/guide/user-auth.html includes an examble of OAuth config w/ Google ...
Owen Densmore
Dec 3, 2015 at 3:33 am
Dec 6, 2015 at 9:49 pm -
Here is the scenario : var openQueriesRef = someRef.orderByChild('status").equalTo("open"); openQueriesRef.on('child_added',function(s) { ...}); openQueriesRef.on('child_removed',function(s) { ...
PBK101
Dec 3, 2015 at 2:59 pm
Dec 4, 2015 at 12:14 am -
I am very new to Firebase and can't seem to find a way to query for an existing id before calling some conditional logic. Basically the use case is: if (id exists) do something else do something else ...
Ross Oreto
Dec 29, 2015 at 9:33 pm
Dec 30, 2015 at 4:48 am -
I get the following 'error' about adding a rule: * Using an unspecified index. Consider adding ".indexOn": "place" at /-JyMDdKSQd8Fd8XscvzY/rules/place to your security rules for better performance* ...
Doug Thompson
Dec 25, 2015 at 4:53 pm
Dec 26, 2015 at 3:03 am -
Hello, For my new website and upcoming mobile app I’m looking for the best chat solution. Can I implement Firebase on the web version of my product? Will it smoothly work with the mobile app? If yes, ...
Bartek
Dec 14, 2015 at 1:10 am
Dec 23, 2015 at 4:18 pm -
Hi! I'm new to Bolt and in this page it says that we can test our rules: https://www.firebase.com/blog/2015-11-09-introducing-the-bolt-compiler.html Is there a step-by-step guide, walkthough, ...
Vincent Bergeron
Dec 18, 2015 at 5:21 pm
Dec 20, 2015 at 6:54 pm -
I'm using a Heroku dyno (standard 1x professional) with Node.js to listen to .on() events from Firebase. Is there any chance the websocket connection between Firebase and Heroku can somehow stops ...
David
Dec 17, 2015 at 8:08 pm
Dec 17, 2015 at 9:48 pm -
Hi! Here`s an example: carts: { cartId1: { customerId: 1234, products: { 'SKU1': { name: 'My awsome product 1' }, 'SKU2': { name: 'My awsome product 2' } } }, cartId2: { customerId: 5678, products: { ...
Vincent Bergeron
Dec 17, 2015 at 6:13 pm
Dec 17, 2015 at 6:43 pm -
Would like to see the addition of new_child_added for situations that I do not want the callback to be made unless new children are added (I dont want the current children as another listener already ...
Braden Napier
Dec 8, 2015 at 8:59 pm
Dec 8, 2015 at 11:10 pm -
Is this mean that Key cannot be a double neither a Date? They must either be a string or an integer no less than 32 bits Found at the bottom of this page ...
Eric Lacroix
Dec 7, 2015 at 10:34 pm
Dec 8, 2015 at 2:41 pm -
I had some problems with Zapier integration as sometimes it would not trigger the action. Now I notice that Zapier hid the New Child trigger and it is not available any longer. The new settings are ...
Laurentiu Morariu
Dec 2, 2015 at 5:12 am
Dec 6, 2015 at 6:35 am -
Hi We have one requirement from security perspective to lock a user account(username/password) if there is more than 5 unsuccessful trial. Is it possible to do in firebase? Cheers Neeraj -- You ...
Neeraj Kumar
Dec 1, 2015 at 4:31 am
Dec 4, 2015 at 3:59 am -
Hello all, I would like to thank Firebase team for creating database with three way data binding using Angular js. Here, there is a confusion to me with setting rules to one of the structure that i ...
Naga S
Dec 11, 2015 at 3:40 pm
Feb 10, 2016 at 7:27 pm -
Hi all, I used firebase disable:hosting but my url still active. I delete my app on dashboard byt my url still active. How can I disable and delete my application ? Here the application, it ...
Rodolfo Azevedo
Dec 31, 2015 at 12:46 am
Jan 2, 2016 at 11:08 pm -
Hey! I'm new to Firebase, and tried to deploy my app. but I always get this error : -bash: firebase: command not found I tried installing with npm install -g firebase-tools a aswel as npm install ...
Staf
Dec 11, 2015 at 9:33 pm
Jan 2, 2016 at 1:54 am -
Hi, I am developing a friending system as part of an app. I would like to create a rule set in which friends have access to various information about each other. Say that person A and B are friends ...
Thomas Pilgaard Miller
Dec 29, 2015 at 9:34 pm
Dec 30, 2015 at 8:17 am -
I am using ionic and angularjs for a project, there is some items (chat messages) that need a vote (like a facebook like). So I have to approches: Lets say: /chat/somekey$/messages/somekey$/votes ...
Fernando Hernández Elías
Dec 28, 2015 at 4:30 pm
Dec 28, 2015 at 6:08 pm -
Hi, Is there a setting, which ensures that calling .val() on a map with incrementing keys doesn't result in an array? This seems somewhat unintuitive as a default. Sure a nice thing to have, but ...
Cem Turan
Dec 26, 2015 at 2:46 pm
Dec 26, 2015 at 3:33 pm -
I'm attempting to implement FirebaseUI sign-in with Google in my Android app. The problem is that it always fails [onFirebaseLoginUserError(..) called] with the error message: LOGIN_CANCELLED: User ...
OtherGuy
Dec 25, 2015 at 10:21 pm
Dec 26, 2015 at 1:20 am -
Using NodeJS with the Firebase npm module, I have two use-cases for two Firebase references, pointing to the same Firebase endpoint, using two different users. The docs state this isn't currently ...
Andrew Johnson
Dec 3, 2015 at 11:26 pm
Dec 21, 2015 at 9:40 pm -
This might not be entirely Firebase specific, maybe I'm just struggling with javascript basics here, but I need help, please: I have data structure like this: { "conversations": { "cid1": { ...
Josef Richter
Dec 19, 2015 at 11:14 am
Dec 19, 2015 at 8:50 pm -
Hey. I want to make real-time web application but I have to update my UI twice. How can I ignore my own requests to Firebase server? - User makes change - Data is changed - Data is sent to Firebase - ...
Андрей Губанов
Dec 17, 2015 at 7:38 pm
Dec 17, 2015 at 9:48 pm -
Hi guys, I'm building very basic 1-on-1 chat functionality into an iPhone app. Similarly to all other messaging apps, I want to 1) show list of conversations of current user, sorted by last active, ...
Josef Richter
Dec 16, 2015 at 12:02 am
Dec 16, 2015 at 6:51 pm -
Hi all, We have designed a new application - https://instantchat.io. Instant Chat lets you chat by just sharing a URL. Ideal for creators, developers and designers for providing support. We have used ...
Vikas Singhal
Dec 13, 2015 at 4:25 pm
Dec 16, 2015 at 2:17 pm -
I'm following the instructions at https://www.firebase.com/docs/android/guide/login/google.html and it says to ".. head on over to the Login & Auth section in your App Dashboard." except I don't see ...
OtherGuy
Dec 15, 2015 at 5:33 pm
Dec 16, 2015 at 2:17 pm -
I'm building a on-to-one chat application using Firebase. I want to implement message-status feature (for ex. pending, sent, delivered, read) like WhatsApp or any other one-to-one Chat application ...
Vikas Ranjan
Dec 10, 2015 at 3:46 pm
Dec 15, 2015 at 12:10 pm -
I'd like to use the same Firebase for two apps. In both apps the users should be able to login via Google, Facebook or E-Mail. But in the "Login & Auth" section of my Firebase dashboard I can only ...
Steffen Mayer
Dec 13, 2015 at 9:32 pm
Dec 14, 2015 at 8:07 pm -
Hi, we have just implemented an online presence system, and it 'mostly works', but we are seeing some stale connections not being removed. We checked all connections active 24hrs (i.e. unlikely) ...
Marcin Jekot
Dec 11, 2015 at 9:56 am
Dec 12, 2015 at 5:39 am -
I am making REST API calls from a backend service using a custom JWT, and am wondering if I can pass that JWT to firebase using a header instead of the url parameter. I am wary of putting the JWT in ...
John Clark
Dec 11, 2015 at 6:25 pm
Dec 11, 2015 at 7:36 pm -
I can't seem to update my static html files using firebase deploy. The command works great when initially uploading the site, but doesn't seem to work after that. I have also tried 'firebase ...
Chris Faiette
Dec 5, 2015 at 4:45 pm
Dec 9, 2015 at 5:42 am -
Hey guys, thanks for taking the time to check out my question! I am struggling with the logic on how to notify a user when a new chat room has been started that they are apart of or a new message in ...
Matthew Spad
Dec 3, 2015 at 3:25 pm
Dec 8, 2015 at 7:04 pm
Group Overview
group | firebase-talk |
discussions | 97 |
posts | 346 |
users | 113 |
113 users for December 2015
Archives
- June 2016 (1,070)
- May 2016 (1,479)
- April 2016 (247)
- March 2016 (270)
- February 2016 (405)
- January 2016 (351)
- December 2015 (371)
- November 2015 (284)
- October 2015 (383)
- September 2015 (308)
- August 2015 (376)
- July 2015 (402)
- June 2015 (389)
- May 2015 (295)
- April 2015 (278)
- March 2015 (233)
- February 2015 (266)
- January 2015 (369)
- December 2014 (265)
- November 2014 (290)
- October 2014 (321)
- September 2014 (184)
- August 2014 (205)
- July 2014 (166)
- June 2014 (5)