1,820 reputation
1311
bio website
location
age
visits member for 1 year, 5 months
seen 21 hours ago
stats profile views 93

2d
comment Firebase createUser authentication error
You definitely shouldn't be using the -demo server for any of this. Auth / security doesn't work on the demo server. Use the production server. Are the errors any different with the production server?
May
15
answered Implementing “read” and “write” security rules in Firebase
May
14
comment Disconnecting a firebase socket without refresh or closing the page
This is not correct. Unauth will not close the websocket.
May
14
comment How accurate is the firebase forge analytics
See Rob's answer below. I agree that 3.5GB for one users seems insanely high. For most apps that's enough for hundreds or thousands of users. I suspect you are syncing more data than you realize. Perhaps you are forgetting to use limit() appropriately? Or are reading at the root when you should be accessing specific paths.
May
5
awarded  firebase
Apr
30
answered set function on a root level is extremely dangerous
Apr
29
revised AngularFire single object
edited tags
Apr
28
awarded  Enthusiast
Apr
26
comment Performance of Firebase Forge with large data sets
As Kato mentions below, this is a Forge issue, not a Firebase issue. Try navigating directly to a deeper path to handle larger datasets.
Apr
26
answered Possible Firebase bug with .onDisconnect() when running Opera?
Apr
19
answered Does DataSnapshot object contains all of its child data?
Apr
17
accepted Why do Facebook's JSONP callbacks start with “/**/”
Apr
14
awarded  Unsung Hero
Apr
10
answered Tools for Remote Pair Programming
Apr
10
comment Usernames with Firebase Simple Login (email/password)
You could have additional rules that verify that the auth values are the same as whats being written to the user info. There's an example of some more complex rules here: github.com/firebase/firefeed You should also watch our screencast that guides you through how security rules work: firebase.com/docs/security-quickstart.html
Apr
9
answered Usernames with Firebase Simple Login (email/password)
Apr
9
revised Firebase: Priority set to null on server but not on client when setting grandchild
added 16 characters in body
Apr
8
answered Strategies for managing sorted lists in Firebase
Apr
8
comment beginAt, endAt using index instead of priority
No, I'm saying that if you the priority for all of the elements is X, and you specify X as the first argument for startAt / endAt then it will disregard the priority and sort by name. (X could be null, or anything else)
Apr
8
comment realtime app need push service advice
Great! Good luck : )