Skip to content

Commit a92097c

Browse files
authored
Merge pull request #67 from SwiftFest/joleary/add-Todd-Burner
Add Todd Burner’s bio and workshop
2 parents a06ad03 + af3f2ea commit a92097c

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

_data/sessions.yml

+14
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,20 @@
291291
complexity: "Advanced"
292292
speakers: [11]
293293
language: en
294+
-
295+
id: 021
296+
title: "Building an iOS app with Cloud Firestore"
297+
description: |
298+
In this hands on session you will build a simple iOS app using Firebase Cloud Firestore. We will include topics like getting setup with Firebase, storing data, and advanced queries.
299+
outcome: |
300+
- Read and write data to Firestore from an iOS app
301+
- Listen to changes in Firestore data in realtime
302+
- Use Firebase Authentication and security rules to secure Firestore data
303+
- Write complex Firestore queries
304+
subtype: workshop
305+
complexity: "Advanced"
306+
speakers: [25]
307+
language: en
294308

295309
-
296310
id: 999

_data/speakers.yml

+11
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,17 @@
289289
rockstar: false
290290
social:
291291
- {name: "twitter", link: "https://twitter.com/TeamNeem"}
292+
-
293+
id: 25
294+
name: "Todd"
295+
surname: "Burner"
296+
bio: |
297+
Todd Burner is a Developer Advocate on the Firebase team. He previously worked on other teams in Google Cloud Platform, at Twitter, and a few mobile-first startups. He spends his time helping developers get up and running with open source and Google projects on GitHub and Stack Overflow, as well as meeting developers in person across the world.
298+
thumbnailUrl: ToddBurner.jpg
299+
rockstar: false
300+
social:
301+
- {name: "twitter", link: "https://twitter.com/toddlovesthis"}
302+
- {name: "github", link: "https://github.com/tkburner"}
292303

293304

294305

img/people/ToddBurner.jpg

56.2 KB
Loading

0 commit comments

Comments
 (0)