This repository has been archived and is no longer maintained.
This is a legacy Firebase example (for SDK 2.x.x). You probably want one of the up-to-date examples.
This iOS app demonstrates the use of the Firebase SDK to create a shared drawing canvas. Multiple users can run the app and draw on the same canvas. Line segments are synchronized as the user draws them. It is compatible with the Android drawing app.
This example is intended to demonstrate how you can adapt single-user applications to be collaborative with the help of Firebase. Create your own Firebase and incorporate these techniques into your own application!
This project uses CocoaPods to manage all the necessary SDKs. Run the following command to install the dependencies.
pod install