Home / Companies / Firebase / Blog / January 2014

January 2014 Summaries

3 posts from Firebase

Filter
Month: Year:
Post Summaries Back to Blog
Firebase team members attended ng-conf, where they connected with Angular community leaders and highlighted several product updates, including AngularFire 0.6, account dashboard improvements, and a new Firebase and Angular quickstart guide. A Firebase representative demonstrated how the platform can provide a realtime backend for Angular applications, while Angular creator Miško Hevery and Google’s Brad Green discussed Angular’s history and future direction, with Hevery describing Firebase as completing Angular’s original vision. Firebase also sponsored an entertainment-focused party, distributed promotional items, gathered feedback at its booth, and concluded the event with a skiing day alongside other attendees.
Jan 21, 2014 329 words in the original blog post.
Firebase announced its Platinum sponsorship of the inaugural ng-conf in Salt Lake City, highlighting its growing community of applications built with Firebase and AngularJS. The company planned a Friday presentation on Firebase and Angular that would include a special announcement, technical office hours for attendees, and sponsorship of the conference’s official Thursday-night party. For people unable to attend, Firebase pointed to the conference livestream and social-media updates, while also promoting a new Angular and Firebase Quickstart Guide, a GitHub Starter Pack containing example applications, the ng-book AngularJS resource, and a Google Group for community support and technical discussion.
Jan 14, 2014 405 words in the original blog post.
Originally published as a workaround for Firebase’s lack of SQL-style content search, this tutorial explains how to integrate Elasticsearch, a Lucene-based indexing and search engine, with Firebase data through lightweight Node.js scripts. It describes indexing Firebase records by listening for additions, changes, and deletions, then either querying Elasticsearch directly from clients or using a Firebase-based request-and-response queue that keeps client applications independent of Elasticsearch. The approach supports scalable, customizable full-text search and can be deployed locally or through hosted services such as Heroku, while the accompanying open-source Flashlight library packages the indexing and queueing setup for easier reuse. A November 2014 update notes that Firebase later introduced advanced query functionality that addressed many of the limitations discussed.
Jan 02, 2014 1,228 words in the original blog post.