In this post, I will show you a clean way to implement "Sign in with Apple" in a SwiftUI app using the Firebase SDK.
Tag: swiftui
How to use AVPlayerViewController in SwiftUI using UIViewRepresentable
Ever since it's introduction in 2019, SwiftUI has been a hit amongst iOS/macOS/tvOS/watchOS developers since it has made UI creation so much easier than UIKit. Not only can you make advanced layouts more easily now with SwiftUI, but it allows you to use the same set of tools and APIs to create UIs for all Apple platforms. As time goes on, Apple's plan is to use SwiftUI in many places as possible.
Implementing Google Sign-In in a SwiftUI app using the Firebase SDK
We all know Firebase. It is the easiest way for someone to get started with the Cloud without spending much time or money. Every developer would have considered or used Firebase at least once in any of their projects. As part of Firebase Auth, Google Sign-In is the easiest login method to implement since it … Continue reading Implementing Google Sign-In in a SwiftUI app using the Firebase SDK
Benefits of Native Mobile Apps
For about 3 years I've been a big supporter of Web and Hybrid app development. One of the main reasons for that was that I was firstly a hybrid app developer for these 3 years myself. I say "was" since I recently switched teams, and now I am a full-time iOS developer (native app development). … Continue reading Benefits of Native Mobile Apps