How to Store Credentials to Local Storage to Allow Firebase Auth to Sign-in
问题 I'm working in an Angular 10 project, I am also using firebase hosting and cloud firestore (for DB). I am using AngularFire in my project as well. My project is already able to get documents from my firestore collection, and display them (also can edit, delete, and create them). I also set up authentication, where I use AngularFireAuth to sign in and sign out. I also have route guards to only allow users access to info after signing in. I've discovered that Firestore also has rules, and that