© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
S. De CarliBuild Mobile Apps with SwiftUI and Firebasehttps://doi.org/10.1007/978-1-4842-9452-9_4

4. Authenticate Users with Firebase Auth

Sullivan De Carli1  
(1)
Charleville-Mézières, France
 

We are going to be focusing on Firebase Auth SDK over this chapter. We are going to create an authentication flow that grants us access to our Create-Read-Update-Delete (CRUD) functionalities that we implemented earlier. We will perform this thanks to the Firebase authenticate API to validate credentials against their response from the server. We will also use Firestore to store user information in a collection (similar to tables in the SQL kind of databases).

Then we ...

Get Build Mobile Apps with SwiftUI and Firebase: Learn SwiftUI and Firebase by Building Real-World Applications Communicating with a Backend now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.