Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

urouro-net/ServerlessContactAppExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Contact App Example

An sample iOS application of inquiry form using serverless platform.

  • Firebase (Firestore + Cloud Functions for Firebase)
  • AWS (WIP: API Gateway + Lambda + DynamoDB)

[iOS] Build Instructions

Please install CocoaPods if you haven't.

  1. Download the GoogleService-Info.plist file from Firebase console See also docs at https://firebase.google.com/docs/ios/setup#add_firebase_to_your_app

  2. Place the GoogleService-Info.plist at the root

$ tree . -L 1
.
├── Firebase/
├── GoogleService-Info.plist # here
├── README.md
└── iOS/
  1. Install dependencies
$ cd iOS
$ pod install
  1. Open ServerlessContactAppExample.xcworkspace and build

[Firebase] Deploy functions

$ npm install -g firebase-tools
$ cd firebase
$ firebase deploy --only functions

See also docs at https://firebase.google.com/docs/functions/get-started

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published