#ios
Read more stories on Hashnode
Articles with this tag
Many APIs require developers to provide an API key and/or API secret in order to be able to access the API. This is both to identify the app that is...
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...
This article is part of a series of articles that explores building a real-world application using SwiftUI, Firebase, and a couple of other...