Share Me What You Think And What You Want

Share Me What You Think And What You Want

Start earning money

EARN MONEY WITH YOUR WEB SITE,---REGISTER THROUGH BELOW LINK http://popcash.net/home/68328

Friday 7 August 2015

Open Source Example Apps

Open Source Example Apps

These example apps demonstrate some core concepts and common uses of Firebase.

NameDescription
Office MoverAn open source, cross-platform collaborative application built on Firebase. It lets users layout office furniture with a realtime drag-and-drop interface on Web, iOS, and Android.
FirefeedAn open source Twitter-like app built with Firebase.
FirepadAn open source collaborative text editor.
FirechatOpen source, realtime chat powered by Firebase.
DrawingDemo of how easy it is to build collaborative apps with Firebase. This example showcases just how fast Firebase is. Pull it up on another computer or in a different browser and watch Firebase sync your pixel drawing in real-time through our cloud servers.
ChatThe "Hello World" example of real-time technology is chat, and since we used to be a chat company, we don't want to break tradition. See the link to see ours in 14 lines of JavaScript. This example shows you how to do the basics: write data into Firebase and read it when it changes.
PresenceTo create a collaborative experience, it helps to know who's online so you can collaborate with them. With Firebase, this can be done in just a few lines of code. This example shows you how to store and remove data so that it can be used to indicate when you are online. Read more on presence.
TetrisYes, Tetris. We built a full blown version of two-player Tetris using only Firebase. Send your URL to another person and fight to the death! Clearing multiple rows on your board will push them onto your opponent's board. Test your Tetris skills! This example illustrates that more complex games can be built with Firebase, without writing any server code. Now go build your own!
LeaderboardFirebase can be used to easily build multiplayer games! (See Tetris) One way to make games more fun is to keep track of scores for bragging rights. This example shows you how to limit data and sort it in Firebase.
SF VehiclesA realtime map of all buses in San Francisco showcasing how to do geospatial queries using the GeoFire library.

Security & Authentication Examples

These code examples demonstrate common security and authentication features in Firebase.

NameDescription
Throttling messages by user idEnsure at least X seconds between messages to throttle activity by user
User authenticationAn example of implementing user authentication with Firebase
User-based securityAn example of using Security and Firebase Rules to define user access in a chat room
Advanced Security and Firebase RulesAn example of complex Security and Firebase Rules for an anonymous chat application
Creating test Firebase tokensCreate Firebase tokens for use in testing or REST URLs
Incremental IDAn example of using Security and Firebase Rules to increment an ID

Data Structure Examples

These code examples will help you understand best practices for structuring your data in the Firebase database.

NameDescription
Indexing dataUsing indexes to structure data in Firebase
Editable nested dataHow to allow nested child data to be edited
Managing ordered dataAn example of storing and updating ordered data in Firebase

Other Feature Examples

These code examples show other features you might want to add to your Firebase app, like pagination or a timer.

NameDescription
PaginationA simple paginator example that works without priorities
Promise contracts with jQuery.DeferredA promise wrapper for Firebase using jQuery.Deferred
Synchronized timerCreate a synchronized timer shared across multiple clients

Funny videos.