Hi people,
How do you do backup & DR of Firebase Authentication data?
I'm looking into:
- Firebase Backup and DR. Does it include auth? I can't find information so trying it. https://firebase.google.com/docs/firestore/backups 
- Firestore auth export and import. Looks tricky. I'm not sure how to handle passwords securely. https://firebase.google.com/docs/auth/admin/manage-users 
- Extension: Firebase engine: Could be easier but still unsure about passwords. https://github.com/siarheidudko/firebase-engine 
- Extension backup firebase auth. Focused but new and incomplete. https://github.com/50Fifty/backup-firebase-auth 
What do you do?
What do you recommend?