Inetech Office Mover 5000 is a cross-platform example of a collaborative app written on Firebase. It helps you and your coworkers plan the layout of your office furniture with a realtime drag-and-drop interface.
It illustrates using Firebase on web, iOS, and Android. It also illustrates Firebase login with Google.
Check out the web demo.
This repository contains a client for each platform, and data common across all three.
- This is a pretty advanced example project, so if you're not already familiar with Firebase, run through one of our quickstarts and platform guides.
- Copy the security rules into your Firebase, either by pasting into
Firebase Dashboard or add your Firebase to
firebase.json
and deploy the web version with Firebase command line tools. - Proceed to the setup instructions for your preferred platform.