Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 930 Bytes

readme.md

File metadata and controls

28 lines (21 loc) · 930 Bytes

Stitch Mobile Example - Todo App

Requirements

  • Swift >= 5
  • Cocoapods >= 1.6.1

Please note, some users have had issues installing the Pods using the desktop client for Cocoapods. We recommend using Homebrew to install this dependency.

brew install cocoapods
pod install --repo-update

This sample app is intended to be used by following the Todo tutorial in the Stitch docs. It demonstrates the process of building an iOS app that connects to the Stitch backend and uses Atlas for data storage.

We also have Android and Web (React) versions.

An example of Google OAuth is including in the google-oauth branch.