Over this chapter, we will go back to Firebase Auth, but this time we are going to implement a better user experience. Instead of requiring email and password, we will be presenting “Sign in with Apple.”
Additionally, we will let the user access our application even if they don’t have an account, and we will restrict the ability to post to registered users only with Firestore ...