Search Discussions
-
Hello, I'm trying to implement a feature where users of the platform would be able to leave secure notifications to other users and those notifications would be readable only by users themselves. The ...
Sergei Mutovkin
Jul 24, 2015 at 2:36 am
Jul 25, 2015 at 3:37 am -
Hi - i'm building an app and using firebase queue to handle batch jobs and operations (btw, FB queue is very awesome). I want to know if its possible to push tasks to a queue by user and secure the ...
Hardeep Khehra
Jul 6, 2015 at 7:24 pm
Jul 8, 2015 at 2:48 pm -
Hi Firebase team, Is there a way(function) in firebase to return the absolute reference (from absolute root) of child_added, child_removed, child_updated events happening anywhere in the firebase ...
Aditya Mertia
Jul 13, 2015 at 2:44 pm
Jul 15, 2015 at 7:21 am -
Notice it's been kind of quiet in the Firebase world lately... The blog use to be quite active but haven't seen anything since late May. Plus whatever happen to Firebase triggers? Just curious... -- ...
Michael Abele
Jul 7, 2015 at 4:21 pm
Jul 13, 2015 at 4:24 pm -
Hi people, I'm using Firebase to login my cordova app to connect to the facebook, everything is working fine, but i really don't like the white screen after login. There is any way to avoid this ...
Rodrigo fonseca
Jul 1, 2015 at 12:54 am
Aug 20, 2015 at 5:14 pm -
Hi all. I'm working on a Polymer project where users (not registered users) can fill out a form, hit the send button and the details come to me. Is there a tutorial on how to do that? -- You received ...
Daveyon Mayne
Jul 27, 2015 at 12:35 pm
Jul 28, 2015 at 1:15 am -
Hi there, From one device, I push a post in /posts/ (resulting in /posts/newItemKey/...) and then some related coordinates to /geofire/newItemKey/... On a second device, I have a geoquery on ...
François Perret
Jul 8, 2015 at 8:49 pm
Jul 8, 2015 at 11:06 pm -
Hello, I am trying to achieve the following: - use Firebase as data layer only (no RESTful API for clients) - use a custom NodeJS RESTful Web Service to pass data on to clients - rely on Firebase ...
Francesco Pontillo
Jul 21, 2015 at 5:59 pm
Aug 4, 2015 at 12:14 am -
Hello, Is there an easy way to generate firebase tokens using parse's cloudcode? -- You received this message because you are subscribed to the Google Groups "Firebase Google Group" group. To ...
Evans Attafuah
Jul 6, 2015 at 1:44 pm
Jul 15, 2015 at 6:13 am -
My polymer app is structured like this: APP-NAME/ .git/ app/ node_modules/ firebase/ sendgrid/ <many-more / package.json gulpfile.js I have to deploy the contents off the app folder to firebase and I ...
Daveyon Mayne
Jul 31, 2015 at 7:24 am
Sep 3, 2015 at 7:28 pm -
There have been a serious number of issues lately. Can you shed some light on why this is happening? Pre-Google, Firebase was so stable and awesome, and now I've started to worry about its future. -- ...
Jonathan Kim
Jul 28, 2015 at 3:37 pm
Jul 29, 2015 at 11:53 pm -
Is there a way to force users to enter their Facebook password each time they log in with Firebase? The required OAuth property is {auth_type: 'reauthenticate';} ...
Luke Hutchison
Jul 8, 2015 at 2:26 am
Jul 27, 2015 at 5:53 pm -
I have a free FB account I'm using for development, and I have also purchased a Candle plan for production use with a custom domain. How do I identify that I'm in development on my laptop and use the ...
Hardeep Singh
Jul 7, 2015 at 5:51 pm
Jul 21, 2015 at 5:37 am -
Lets say I'm writing a game in which each player/webclient has a (x,y,z) position.. and I want to limit which other players can be read.. based upon the distance between them. There are a few ...
Eric Hubbard
Jul 9, 2015 at 10:13 pm
Jul 10, 2015 at 5:15 am -
Hi Firebase team, We are using firebase with mobile devices as well as web console. Mobile devices are used by thousands of agents and webconsole is used to consolidate the data and build ...
Aditya Mertia
Jul 10, 2015 at 9:49 am
Jul 21, 2015 at 5:44 am -
Hi, I'm looking to switch most of my app to use firebase persistence. At the moment I pull data into a SQL table that I maintain myself. It would be nice to simplify the code especially if Firebase ...
Nick Halper
Jul 14, 2015 at 10:44 am
Jul 17, 2015 at 3:46 pm -
When running React Native with debugger mode OFF, the Firebase *getAuth( )* method returns null. However, when debugger mode is ON, getAuth( ) works just fine -- returning the persisted auth object ...
Albert Chang
Jul 18, 2015 at 6:07 pm
Aug 31, 2015 at 3:54 pm -
What's the latest thinking on using Firebase when the page isn't running? I'm thinking particularly of the mobile/offline/browser killed state. Can Firebase run inside a Service Worker? -- You ...
Gavin Doughtie
Jul 1, 2015 at 9:39 pm
Aug 26, 2015 at 4:42 am -
Hi, i have data where one child keeps value of most likes, i want to order or show data in descending order as below. please help me to implement this. *var ref = new Firebase(<LINK );* // i have ...
Raj Virk
Jul 24, 2015 at 2:39 pm
Jul 25, 2015 at 2:52 pm -
I am developing a chatroom with Firechat and I want to ban users if they tried to send messages too frequently. I know how to set a restriction on messages timestamp but I want to ban that user for ...
Lo Chun Yin
Jul 17, 2015 at 1:16 am
Jul 21, 2015 at 4:01 am -
I'm experiencing an issue that I'm still sure somewhere on my side but may be not. I'm using blaze compiler and had to switch to using "wilde*r*child" (~$var) notation, since default wildchild ...
Sergei Mutovkin
Jul 16, 2015 at 3:18 am
Jul 16, 2015 at 5:02 pm -
Not sure why I'm struggling with this, but the following query works on iOS: ``` FQuery *orderedByQuery = [firebase queryOrderedByChild:@"deleted"]; FQuery *statusQuery = [orderedByQuery ...
Doug Thompson
Jul 14, 2015 at 11:41 pm
Jul 15, 2015 at 11:26 pm -
Hi guys, Let's say I have a simple chat application where messages are being constantly appended. The different conversations each have unique ID's and contain the different message items that have ...
Eric Schanet
Jul 14, 2015 at 9:40 pm
Jul 15, 2015 at 9:07 pm -
Hello, I’m developing a social app with Firebase as a backend. I found the Firefeed example to be very beneficial as my app somewhat follows a similar structure. One aspect that I’m really concerned ...
Selwyn Jacob
Jul 12, 2015 at 5:24 am
Jul 14, 2015 at 12:00 am -
Based on all the -- You received this message because you are subscribed to the Google Groups "Firebase Google Group" group. To unsubscribe from this group and stop receiving emails from it, send an ...
Jethro Bodine
Jul 7, 2015 at 11:06 pm
Jul 7, 2015 at 11:47 pm -
Hi Firebase team, We are using custom authentication in firebase. We are authenticating mobile clients via our authentication server. Steps are as below: 1) Our BackendServer uses firebase app secret ...
Aditya Mertia
Jul 24, 2015 at 10:54 am
Aug 6, 2015 at 3:32 pm -
So this works everywhere I have used it before. I have wiped and remade my controller twice. This code is throwing an error "Could not find member 'Value'" in XCode. var identifierRef = ...
Justin Bane
Jul 30, 2015 at 5:51 pm
Aug 5, 2015 at 6:54 pm -
Hi all, I'm Kat, a researcher on the Firebase team. I'm looking for developers who are interested in server-side computation as a Firebase feature. I'm currently scheduling participants for a study ...
Kathryn Cullen
Jul 10, 2015 at 10:31 pm
Jul 31, 2015 at 8:29 pm -
All, I'm building an iOS app that needs to be able to chat with a mobile web app as well as a website. I have an existing backend in place. Does Firebase feature this functionality? Thanks, Mike -- ...
Michael McKinley
Jul 30, 2015 at 2:06 pm
Jul 30, 2015 at 5:38 pm -
Good morning, Who call geoQuery.on("key_moved") with update and no set (geoFire.set(" some_key", [37.79, -122.41]).then(function() { console.log("Provided key has been added to GeoFire"); })? Thank ...
Bentio222
Jul 27, 2015 at 8:02 am
Jul 29, 2015 at 4:33 pm -
This is regarding the "extra" index to track Mary's membership mentioned in: https://www.firebase.com/docs/android/guide/structuring-data.html#section-indices While I do understand the benefits of ...
Cem Turan
Jul 24, 2015 at 6:05 pm
Jul 27, 2015 at 4:00 pm -
I am considering migrating my project from competitor BAAS and I have several questions. For some of them I did search you documentation but could not find the answer, for others, I admit, I did not ...
Daniel Sedlacek
Jul 20, 2015 at 4:01 pm
Jul 21, 2015 at 9:32 pm -
Hello, I understand that increment can be implemented with Transaction(). But transactions in FireBase are optimistic, and this could be a problem in case of high concurrent activity. Real case: we ...
Andrey Smachev
Jul 8, 2015 at 9:35 pm
Jul 21, 2015 at 5:40 am -
I wanted to build an app to facilitate swapping of sticker-cards (think Panini). I need to be able to display quickly all of the cards that the person has to swap, and those they need. And for each ...
Harald Belge
Jul 14, 2015 at 2:38 pm
Jul 20, 2015 at 5:12 pm -
A question about the *provider*.profileImageURL property on the auth <https://www.firebase.com/docs/web/api/firebase/getauth.html object. We're using this property now to put a nice pretty picture of ...
Mike
Jul 16, 2015 at 5:13 pm
Jul 16, 2015 at 8:53 pm -
I'm curious how one would go about registering a new OAuth provider with Firebase. It's great that Firebase provides integrated support for several popular OAuth providers, but I'm curious about ...
Simeon Vincent
Jul 12, 2015 at 8:23 pm
Jul 12, 2015 at 11:18 pm -
Hi, I've been iterating on an a ios chat app for a while and am using queryOrderedByChild("timestamp") where timestamp is the firebase server timestamp value. However, when I started building the app ...
Nick Halper
Jul 8, 2015 at 6:40 am
Jul 9, 2015 at 3:30 pm -
Hi Firebase Google Group! I'm a teacher's assistant at the University of Southern California helping a professor construct a mobile application development class. One of our needs for the class will ...
Ryan Zhou
Jul 7, 2015 at 5:04 pm
Jul 8, 2015 at 1:31 pm -
Hi Firebase team, I have a requirement. In a usecase for my clients, they would want to use their own authentication system and token generation logic and don't want firebase to handle the ...
Aditya Mertia
Jul 4, 2015 at 5:12 am
Jul 6, 2015 at 2:07 am -
how to save and retrive image from firebase? i was trying but i didnt get success please give me idea how to do it -- You received this message because you are subscribed to the Google Groups ...
Ankit Bansal
Jul 2, 2015 at 7:40 am
Jul 2, 2015 at 6:13 pm -
I have the below rules file: { "rules": { "landing":{ "$landing_id": { ".read":false, ".write":"auth !== null && auth.provider === 'anonymous'", ".validate": "newData.hasChildren(['email', ...
Noobb!
Jul 1, 2015 at 3:39 am
Jul 1, 2015 at 10:18 pm -
Hi, I am experimenting with Firebase authentication on Android. Tried the code from: https://github.com/firebase/firebase-login-demo-android I got Facebook/Twitter working but was not able to get ...
Babu Duggirala
Jul 20, 2015 at 3:07 am
Sep 9, 2015 at 3:11 pm -
Hi, I noticed a jump in the sequencing for simple login or rather "Email & Password" auth of firebase. Can anyone explain that? Nothing critical was just curious. Thanks, Olivier -- You received this ...
Olivier Mills
Jul 27, 2015 at 10:59 pm
Aug 2, 2015 at 11:15 pm -
I have need to store a number of firebase query objects for memoization For example firebaseref.orderByChild('date').startAt(1437350400000).endAt(1437955199999) ...
Phil Hodey
Jul 31, 2015 at 7:23 pm
Jul 31, 2015 at 9:03 pm -
Hello everyone, I'm working with a team to build Angular apps in Firebase. We use New Relic and Sentry to monitor errors in our Ruby on Rails app. What types of tools can we use to monitor errors in ...
Peter Gault
Jul 30, 2015 at 5:44 pm
Jul 30, 2015 at 10:41 pm -
Hey folks, I'm sure a lot of you saw some news <http://techcrunch.com/2015/07/29/smart-spreadsheet-service-blockspring-raises-3-4-million/ about Blockspring <https://www.blockspring.com/ lately, the ...
Abe Haskins
Jul 30, 2015 at 1:13 am
Jul 30, 2015 at 1:21 am -
Hi, I have some data as follows. "sense_examples": { "-JvL_TBo-skW0UsJ2A8s": [{ "source": "en-gb_zu_dict/20150722_878", "lang": "en-gb", "text": "He's a teacher", "example_id": "-JvL_TBoGemVceuw60T-" ...
Alex G Muir
Jul 29, 2015 at 12:53 am
Jul 29, 2015 at 10:25 am -
Hi, I'm building an app using Firebase and taking advantage of the Google Sign-In feature for auth. I've noticed the docs only mention support for the Google Plus API, this is not useful for me as ...
Mightyleader
Jul 27, 2015 at 12:54 pm
Jul 28, 2015 at 8:12 am -
Hello, I have application of songs and comments. I have 3 ways of storing this data and I wonder what is the corrent way? 1) *All-in-on ...
Matan Yedayev
Jul 26, 2015 at 2:40 pm
Jul 27, 2015 at 4:03 pm -
I would like to use node server to listen to changes .on('value') to trigger a system event, eg. send email. Is this an ok approach? Having a node server with full auth, continuously listening for ...
Olivier Mills
Jul 26, 2015 at 3:20 am
Jul 27, 2015 at 3:53 pm
Group Overview
group | firebase-talk |
discussions | 106 |
posts | 347 |
users | 99 |
99 users for July 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)