62 followers
Hi! I'm Peter - Developer Advocate at Google on the 🔥 Firebase team.
Callbacks, Combine, and async/await · Most of Firebase’s APIs are asynchronous. This might be confusing at first: you’re making a call, for example to...
Getting Started · Not keeping the UI up to date across the different parts of an app can result in an infuriatingly bad user experience, and I am sure we...
A lot of the code we write has to deal with asynchronous behaviour. Fetching data from the disk, sending a request to a remote API, or downloading an...
This article is part of a series of articles that explores building a real-world application using SwiftUI, Firebase, and a couple of other...
For the longest time, iOS developers have used UIApplicationDelegate to handle application startup and other lifecycle events in their apps. At WWDC...
For the longest time, iOS developers have used AppDelegates as the main entry point for their applications. With the launch of SwiftUI2 at WWDC 2020,...