Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

googlearchive/cannonball-ios

Repository files navigation

Status: Archived

This repository has been archived and is no longer maintained.

status: inactive


Cannonball for iOS

Cannonball is the fun way to create and share stories and poems on your phone. Start with a beautiful image from the gallery, then choose words about #adventure, #romance, #nature or #mystery to complete the story and share it with friends.

Introduction

This repository contains the source code for Cannonball, an iOS application written in Swift built with Firebase.

Cannonball is a canonical sample iOS app to demonstrate how to use Firebase, the easiest way to build the best apps.

Cannonball uses many of the features available in Firebase, including Realtime Database, Crashlytics, Google Analytics for Firebase, and Firebase Auth.

Screenshots

Screenshots of Cannonball for iOS

Support

If you've found an error in this sample, please file an issue.

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.

Prerequisites

To get started and run the app, you need to follow these simple steps:

  1. Clone this repo: git clone https://github.com/Firebase/cannonball-ios/
  2. Change directories to the repo you just cloned: cd cannonball-ios
  3. Install the required pods: pod install
  4. Open Cannonball.xcworkspace in Xcode: open Cannonball.xcworkspace
  5. If you don't already have a Firebase account, sign up for Firebase at firebase.google.com
  6. Follow the instructions to add Firebase to your iOS app.
  7. Enable Phone Sign-In and Anonymous Sign-In.
  8. You're all set! Run Cannonball on your iPhone or the iOS Simulator.

Compatibility

This project is written in Swift 4.1, which requires Xcode 9 or later to run.

Cannonball for iOS is compatible with iOS 9+.

Contributors

License

See LICENSE