#firebase
Read more stories on Hashnode
Articles with this tag
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...
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...
Previously in this series of articles about SwiftUI and Firebase, we talked about fetching data from Cloud Firestore and how to map from Firestore...
Last time, we looked at how to connect a SwiftUI app to a Firebase project and synchronise data in real time. If you take a look at the code we used...
SwiftUI is an exciting new way to build UIs for iOS and Apple's other platforms. By using a declarative syntax, it allows developers to separate...