Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1010 Bytes

readme.md

File metadata and controls

29 lines (22 loc) · 1010 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, Web (React), and GraphQL versions.

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